Home
last modified time | relevance | path

Searched refs:setDoubleValue (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/
H A DflightProperties.cxx211 _root->setDoubleValue("position/altitude-ft", ft); in set_Altitude()
223 _root->setDoubleValue("velocities/airspeed-kt", kts); in set_V_calibrated_kts()
228 _root->setDoubleValue("velocities/vertical-speed-fps", fps); in set_Climb_Rate()
266 _root->setDoubleValue("velocities/speed-north-fps", x); in set_Velocities_Local()
267 _root->setDoubleValue("velocities/speed-east-fps", y); in set_Velocities_Local()
268 _root->setDoubleValue("velocities/speed-down-fps", z); in set_Velocities_Local()
273 _root->setDoubleValue("velocities/uBody-fps", x); in set_Velocities_Body()
274 _root->setDoubleValue("velocities/vBody-fps", y); in set_Velocities_Body()
275 _root->setDoubleValue("velocities/wBody-fps", z); in set_Velocities_Body()
292 _root->setDoubleValue("orientation/side-slip-rad", b); in set_Beta()
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A Danimation_test.cxx40 config->setDoubleValue("axis/x1-m", v1.x()); in main()
41 config->setDoubleValue("axis/y1-m", v1.y()); in main()
42 config->setDoubleValue("axis/z1-m", v1.z()); in main()
43 config->setDoubleValue("axis/x2-m", v2.x()); in main()
44 config->setDoubleValue("axis/y2-m", v2.y()); in main()
45 config->setDoubleValue("axis/z2-m", v2.z()); in main()
52 config->setDoubleValue("center/x-m", v1.x()); in main()
53 config->setDoubleValue("center/y-m", v1.y()); in main()
55 config->setDoubleValue("axis/x", v2.x()); in main()
56 config->setDoubleValue("axis/y", v2.y()); in main()
[all …]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Tests/gui/NSSliderCell/
H A DminMax.m44 [cell setDoubleValue: 1];
46 [cell setDoubleValue: 1.5];
48 [cell setDoubleValue: 2.0];
50 [cell setDoubleValue: 2.5];
60 [cell setDoubleValue: 10];
69 [cell setDoubleValue: 9.0];
73 [cell setDoubleValue: 9.0];
77 [cell setDoubleValue: 9.0];
81 [cell setDoubleValue: 9.0];
85 [cell setDoubleValue: 9.0];
[all …]
/dports/games/flightgear-data/fgdata/Aircraft/Generic/
H A Dformation.nas50 tgt_x_offset_Node.setDoubleValue(getprop("/sim/model/formation/position/x-offset"));
51 tgt_y_offset_Node.setDoubleValue(getprop("/sim/model/formation/position/y-offset"));
52 tgt_z_offset_Node.setDoubleValue(getprop("/sim/model/formation/position/z-offset"));
53 tgt_x_offset_1_Node.setDoubleValue(getprop("/sim/model/formation/position[1]/x-offset"));
54 tgt_y_offset_1_Node.setDoubleValue(getprop("/sim/model/formation/position[1]/y-offset"));
55 tgt_z_offset_1_Node.setDoubleValue(getprop("/sim/model/formation/position[1]/z-offset"));
56 tgt_x_offset_2_Node.setDoubleValue(getprop("/sim/model/formation/position[2]/x-offset"));
57 tgt_y_offset_2_Node.setDoubleValue(getprop("/sim/model/formation/position[2]/y-offset"));
69 tgt_x_offset_Node.setDoubleValue(getprop("/sim/model/formation/position/x-offset"));
70 tgt_y_offset_Node.setDoubleValue(getprop("/sim/model/formation/position/y-offset"));
[all …]
H A Dcentury3.nas110 rollControl.setDoubleValue(0.0);
111 hdgControl.setDoubleValue(0.0);
112 altControl.setDoubleValue(0.0);
113 pitchControl.setDoubleValue(0.0);
114 modeControl.setDoubleValue(2.0);
117 settingDeltaPitch.setDoubleValue(0.0);
119 settingGScaptured.setDoubleValue(0.0);
220 rollControl.setDoubleValue(1.0);
240 hdgControl.setDoubleValue(1.0);
257 hdgControl.setDoubleValue(1.0);
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Dnavradio.cxx396 time_to_intercept->setDoubleValue( 0.0 ); in clearOutputs()
397 heading_node->setDoubleValue(0.0); in clearOutputs()
398 gs_deflection_node->setDoubleValue( 0.0 ); in clearOutputs()
401 gs_direct_node->setDoubleValue(0.0); in clearOutputs()
446 heading_node->setDoubleValue(0.0); in updateReceiver()
449 gs_dist_node->setDoubleValue( 0.0 ); in updateReceiver()
465 heading_node->setDoubleValue(hdg); in updateReceiver()
469 radial_node->setDoubleValue( radial ); in updateReceiver()
594 gs_dist_node->setDoubleValue( gsDist ); in updateGlideSlope()
688 sel_radial_node->setDoubleValue(v); in valueChanged()
[all …]
H A Dattitude_indicator.cxx75 _roll_int_node->setDoubleValue(0.0); in reinit()
76 _pitch_int_node->setDoubleValue(0.0); in reinit()
111 _roll_int_node->setDoubleValue(0.0); in update()
112 _pitch_int_node->setDoubleValue(0.0); in update()
154 _tumble_node->setDoubleValue(tumble); in update()
163 _roll_int_node->setDoubleValue(roll); in update()
164 _pitch_int_node->setDoubleValue(pitch); in update()
179 _roll_out_node->setDoubleValue(roll + roll_error); in update()
180 _pitch_out_node->setDoubleValue(pitch + pitch_error); in update()
H A Dtacan.cxx183 _speed_node->setDoubleValue(speed_kt); in update()
190 _bearing_node->setDoubleValue(bearing); in update()
191 _x_shift_node->setDoubleValue(x_shift); in update()
192 _y_shift_node->setDoubleValue(y_shift); in update()
210 _distance_node->setDoubleValue(0); in disabled()
211 _speed_node->setDoubleValue(0); in disabled()
212 _time_node->setDoubleValue(0); in disabled()
213 _bearing_node->setDoubleValue(0); in disabled()
214 _x_shift_node->setDoubleValue(0); in disabled()
215 _y_shift_node->setDoubleValue(0); in disabled()
[all …]
H A Dairspeed_indicator.cxx69 _ias_limit_node->setDoubleValue(_ias_limit); in init()
73 _mach_limit_node->setDoubleValue(_mach_limit); in init()
77 _alt_threshold_node->setDoubleValue(_alt_threshold); in init()
90 _speed_node->setDoubleValue(0.0); in reinit()
117 _speed_node->setDoubleValue(filtered_speed); in update()
130 _airspeed_limit->setDoubleValue(lmt); in update()
158 _mach_node->setDoubleValue(mach); in computeMach()
159 _tas_node->setDoubleValue(V_true * SG_MPS_TO_KT ); in computeMach()
H A Dmrg.cxx92 _electrical_node->setDoubleValue(0); in reinit()
93 _responsiveness_node->setDoubleValue(0.75); in reinit()
97 _g_in_node->setDoubleValue(1); in reinit()
243 _error_out_node->setDoubleValue( diff ); in update()
291 _roll_out_node->setDoubleValue( _indicated_roll + roll_error ); in update()
292 _pitch_out_node->setDoubleValue( _indicated_pitch + pitch_error ); in update()
293 _hdg_out_node->setDoubleValue( _indicated_hdg + hdg_error ); in update()
294 _pitch_rate_out_node ->setDoubleValue( _indicated_pitch_rate ); in update()
295 _roll_rate_out_node ->setDoubleValue( _indicated_roll_rate ); in update()
296 _hdg_rate_out_node ->setDoubleValue( _indicated_hdg_rate ); in update()
/dports/games/flightgear-data/fgdata/Nasal/canvas/api/
H A Dtransform.nas30 m.a.setDoubleValue(use_vals ? vals[0] : 1);
31 m.b.setDoubleValue(use_vals ? vals[1] : 0);
32 m.c.setDoubleValue(use_vals ? vals[2] : 0);
33 m.d.setDoubleValue(use_vals ? vals[3] : 1);
34 m.e.setDoubleValue(use_vals ? vals[4] : 0);
35 m.f.setDoubleValue(use_vals ? vals[5] : 0);
43 me.e.setDoubleValue(trans[0]);
44 me.f.setDoubleValue(trans[1]);
67 me.a.setDoubleValue(c); me.c.setDoubleValue(-s);
68 me.b.setDoubleValue(s); me.d.setDoubleValue(c);
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/
H A DJSBSim.cxx321 stall_warning->setDoubleValue(0); in FGJSBsim()
337 elevator_pos_pct->setDoubleValue(0); in FGJSBsim()
338 left_aileron_pos_pct->setDoubleValue(0); in FGJSBsim()
339 right_aileron_pos_pct->setDoubleValue(0); in FGJSBsim()
340 rudder_pos_pct->setDoubleValue(0); in FGJSBsim()
341 flap_pos_pct->setDoubleValue(0); in FGJSBsim()
342 speedbrake_pos_pct->setDoubleValue(0); in FGJSBsim()
343 spoilers_pos_pct->setDoubleValue(0); in FGJSBsim()
512 stall_warning->setDoubleValue(0); in init()
1627 if (_fbx) _fbx->setDoubleValue(f[0]); in update_external_forces()
[all …]
/dports/games/flightgear-aircraft/fgaircraft/Hurricane/Systems/
H A Dhydraulic.nas223 obj.rpm_source_N.setDoubleValue(0);
227 # obj.output_pressure_N.setDoubleValue( 0 );
280 obj.source_N.setDoubleValue(0);
282 obj.control_N.setDoubleValue(state);
284 obj.control1_N.setDoubleValue(state1);
363 obj.source_N.setDoubleValue( 0 );
365 obj.output_N.setDoubleValue( state );
428 me.output_N.setDoubleValue( output );
469 obj.source_N.setDoubleValue( 0 );
471 obj.control_N.setDoubleValue( 0 );
[all …]
H A Dpneumatic.nas397 obj.rpm_source_N.setDoubleValue(0);
449 obj.source_N.setDoubleValue(0);
451 obj.control_N.setDoubleValue(state);
503 obj.source_N.setDoubleValue( 0 );
505 obj.output_N.setDoubleValue( state );
569 me.output_N.setDoubleValue( output );
673 # me.output_N.setDoubleValue( output );
696 obj.control_N.setDoubleValue( 0 );
709 obj.props_control_N.setDoubleValue( 0 );
798 me.props_level_N.setDoubleValue(level);
[all …]
/dports/games/flightgear-aircraft/fgaircraft/pa24-250/Nasal/
H A Daction-sim.nas94 # pitchC3.setDoubleValue(0.0);
95 # rollC3.setDoubleValue(0.0);
96 # rollC2b.setDoubleValue(0.0);
102 fuelFlowGph.setDoubleValue(0.0);
103 flapPosition.setDoubleValue(0.0);
105 noseGearPosition.setDoubleValue(0.0);
107 pilotGs.setDoubleValue(0.0);
108 aileronIN.setDoubleValue(0.0);
109 elevatorIN.setDoubleValue(0.0);
236 aileronIN.setDoubleValue(aileron);
[all …]
/dports/games/flightgear-aircraft/fgaircraft/A-10/Nasal/
H A Dpilot-g.nas10 pilot_g.setDoubleValue(1);
11 pilot_g_damped.setDoubleValue(0);
12 timeratio.setDoubleValue(0.03);
15 hud_alpha.setDoubleValue(0);
28 pilot_g_damped.setDoubleValue(damp);
35 hud_alpha.setDoubleValue(h_offset);
38 hud_alpha.setDoubleValue(h_intens - h_offset);
41 hud_alpha.setDoubleValue(h_intens);
44 hud_alpha.setDoubleValue(0);
/dports/games/flightgear/flightgear-2020.3.11/src/Network/
H A Dnative_ctrls.cxx364 node->setDoubleValue( "aileron", net->aileron ); in FGNetCtrls2Props()
365 node->setDoubleValue( "elevator", net->elevator ); in FGNetCtrls2Props()
366 node->setDoubleValue( "rudder", net->rudder ); in FGNetCtrls2Props()
369 node->setDoubleValue( "rudder-trim", net->rudder_trim ); in FGNetCtrls2Props()
370 node->setDoubleValue( "flaps", net->flaps ); in FGNetCtrls2Props()
373 node->setDoubleValue( "spoilers", net->spoilers ); //JWW in FGNetCtrls2Props()
384 ->setDoubleValue( net->prop_advance[i] ); in FGNetCtrls2Props()
386 ->setDoubleValue( net->condition[i] ); in FGNetCtrls2Props()
418 ->setDoubleValue( net->copilot_brake_left ); in FGNetCtrls2Props()
420 ->setDoubleValue( net->copilot_brake_right ); in FGNetCtrls2Props()
[all …]
H A Dnative_fdm.cxx444 node->setDoubleValue( "rpm", net->rpm[i] ); in FGNetFDM2Props()
446 node->setDoubleValue( "fuel-px-psi", net->fuel_px[i] ); in FGNetFDM2Props()
447 node->setDoubleValue( "egt-degf", net->egt[i] ); in FGNetFDM2Props()
448 node->setDoubleValue( "cht-degf", net->cht[i] ); in FGNetFDM2Props()
449 node->setDoubleValue( "mp-osi", net->mp_osi[i] ); in FGNetFDM2Props()
450 node->setDoubleValue( "tit", net->tit[i] ); in FGNetFDM2Props()
463 node->setDoubleValue("wow", net->wow[i] ); in FGNetFDM2Props()
464 node->setDoubleValue("position-norm", net->gear_pos[i] ); in FGNetFDM2Props()
481 node->setDoubleValue("elevator-trim-tab-pos-norm", in FGNetFDM2Props()
485 node->setDoubleValue("flap-pos-norm", net->left_flap); in FGNetFDM2Props()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/test_suite/system_tests/FDM/
H A DtestAeroMesh.cxx47 ->setDoubleValue(rho); in setUp()
74 props->setDoubleValue("climbrate-fpm", 0.0); in testLiftComputation()
75 props->setDoubleValue("decentrate-fpm", 0.0); in testLiftComputation()
76 props->setDoubleValue("rotate-speed-kts", 0.0); in testLiftComputation()
77 props->setDoubleValue("takeoff-speed-kts", 0.0); in testLiftComputation()
78 props->setDoubleValue("climb-speed-kts", 0.0); in testLiftComputation()
79 props->setDoubleValue("cruise-speed-kts", 0.0); in testLiftComputation()
80 props->setDoubleValue("decent-speed-kts", 0.0); in testLiftComputation()
81 props->setDoubleValue("approach-speed-kts", 0.0); in testLiftComputation()
82 props->setDoubleValue("touchdown-speed-kts", 0.0); in testLiftComputation()
[all …]
/dports/games/flightgear-aircraft/fgaircraft/Spitfire/Systems/
H A Dpneumatic.nas372 obj.rpm_source_N.setDoubleValue(0);
424 obj.source_N.setDoubleValue(0);
426 obj.control_N.setDoubleValue(state);
479 obj.source_N.setDoubleValue( 0 );
481 obj.output_N.setDoubleValue( state );
556 me.output_N.setDoubleValue( output );
677 # me.output_N.setDoubleValue( output );
700 obj.control_N.setDoubleValue( 0 );
713 obj.props_control_N.setDoubleValue( 0 );
802 me.props_level_N.setDoubleValue(level);
[all …]
H A Dhydraulic.nas214 obj.rpm_source_N.setDoubleValue(0);
218 # obj.output_pressure_N.setDoubleValue( 0 );
269 obj.source_N.setDoubleValue(0);
271 obj.control_N.setDoubleValue(state);
276 obj.props_in_pressure_N.setDoubleValue( 0 );
322 obj.source_N.setDoubleValue( 0 );
324 obj.output_N.setDoubleValue( state );
372 me.output_N.setDoubleValue( output );
398 obj.source_N.setDoubleValue( 0 );
400 obj.control_N.setDoubleValue(state);
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/structure/
H A DSGPerfMon.cxx131 node->setDoubleValue("min-ms", minMs); in reportTiming()
132 node->setDoubleValue("max-ms", maxMs); in reportTiming()
133 node->setDoubleValue("mean-ms", meanMs); in reportTiming()
134 node->setDoubleValue("stddev-ms", stdDevMs); in reportTiming()
135 node->setDoubleValue("total-ms", totalMs); in reportTiming()
136 node->setDoubleValue("cumulative-ms", cumulativeMs); in reportTiming()
137 node->setDoubleValue("count",samples); in reportTiming()
/dports/games/flightgear/flightgear-2020.3.11/src/Navaids/
H A Dwaypoint.cxx71 aProp->setDoubleValue("lon", _pos.getLongitudeDeg()); in writeToProperties()
72 aProp->setDoubleValue("lat", _pos.getLatitudeDeg()); in writeToProperties()
195 aProp->setDoubleValue("radial-deg", _radial); in writeToProperties()
196 aProp->setDoubleValue("distance-nm", _distanceNm); in writeToProperties()
330 aProp->setDoubleValue("td", _holdTD); in writeToProperties()
368 aProp->setDoubleValue("heading-deg", _magHeading); in writeToProperties()
414 aProp->setDoubleValue("lat", _pos.getLatitudeDeg()); in writeToProperties()
415 aProp->setDoubleValue("course-deg", _magCourse); in writeToProperties()
462 aProp->setDoubleValue("lat", _pos.getLatitudeDeg()); in writeToProperties()
463 aProp->setDoubleValue("course-deg", _magCourse); in writeToProperties()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Environment/
H A Dpresets.cxx76 _fromNorthNode->setDoubleValue( speed_fps * cos(avgHeading_rad) ); in preset()
77 _fromEastNode->setDoubleValue( speed_fps * sin(avgHeading_rad) ); in preset()
92 _visibilityNode->setDoubleValue(visibility_m ); in preset()
108 _magnitudeNode->setDoubleValue( magnitude_norm ); in preset()
127 _elevationNode->setDoubleValue( elevation ); in preset()
128 _thicknessNode->setDoubleValue( thickness ); in preset()
/dports/games/flightgear/flightgear-2020.3.11/src/Time/
H A DTimeManager.cxx94 _warpDelta->setDoubleValue(0.0); in init()
124 _simTimeFactor->setDoubleValue(1.0); in init()
127 _mpClockOffset->setDoubleValue(0.0); in init()
299 _dtRemainderNode->setDoubleValue(_dtRemainder); in computeTimeDeltas()
300 _steadyClockNode->setDoubleValue(_steadyClock); in computeTimeDeltas()
301 _mpProtocolClockNode->setDoubleValue(_mpProtocolClock); in computeTimeDeltas()
304 _timeDelta->setDoubleValue(realDt); in computeTimeDeltas()
305 _simTimeDelta->setDoubleValue(simDt); in computeTimeDeltas()
377 _frameLatency->setDoubleValue(_frameLatencyMax*1000); in computeFrameRate()
393 _frameWait->setDoubleValue(0); in throttleUpdateRate()
[all …]

12345678910>>...30