/dports/games/palomino/palomino/src/object/ |
H A D | craft.hh | 39 public: virtual fp GetThrottle( void );
|
H A D | craft.cc | 85 Craft::GetThrottle( void ) in GetThrottle() function in object::Craft
|
H A D | aircraft.hh | 76 public: virtual fp GetThrottle( void ) { CHECK_TYPESIG(this,TYPESIG_AIRCRAFT); return … in GetThrottle() function in object::Aircraft
|
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/ |
H A D | ChDriver.h | 54 double GetThrottle() const { return m_throttle; } in GetThrottle() function
|
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/ |
H A D | ChShaftsThermalEngine.h | 57 double GetThrottle() const { return throttle; } in GetThrottle() function
|
/dports/games/palomino/palomino/scripts/ |
H A D | sound.lua | 23 local engineVolume = PlayerActor.aircraft:GetThrottle() -- throttle equals volume {0.0,..,1.0}
|
H A D | keyboard.lua | 189 local throttle = GetPlayerAircraft():GetThrottle() 198 local throttle = GetPlayerAircraft():GetThrottle()
|
H A D | hud.lua | 93 local throttle = current:GetThrottle()
|
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/test_rig/ |
H A D | ChDriverTTR.h | 49 double GetThrottle() const { return m_throttle; } in GetThrottle() function
|
H A D | ChTrackTestRig.cpp | 313 m_throttle_input = m_driver->GetThrottle(); in Advance() 322 m_throttle_input = m_driver->GetThrottle(); in Advance()
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/joysticks/interfaces/ |
H A D | IButtonMap.h | 243 virtual bool GetThrottle(const FeatureName& feature,
|
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/ |
H A D | cardynamics_simulate.cpp | 470 Dbl gas = engine.GetThrottle()*0.8; in UpdateTransmission() 506 Dbl throttle = engine.GetThrottle(); in UpdateTransmission() 658 Dbl thr = engine.GetThrottle(); in DownshiftRPM() 676 Dbl gas = engine.GetThrottle(); in DoTCS()
|
H A D | cardynamics.cpp | 85 float CARDYNAMICS::GetThrottle() const in GetThrottle() function in CARDYNAMICS 88 return engine.GetThrottle(); in GetThrottle()
|
H A D | carengine.h | 105 Dbl GetThrottle() const { return throttle_position; } in GetThrottle() function
|
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/cosim/ |
H A D | ChCosimVehicleNode.cpp | 64 double throttle = m_driver->GetThrottle(); in Synchronize()
|
/dports/games/palomino/palomino/src/control/ |
H A D | replay_recorder.cc | 109 …>push_back( ReplayPath::Step( relativeTime, new CommandThrottle( mAircraft->GetThrottle() ) ) ); in Start()
|
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/ |
H A D | ApiStage.h | 129 inline const Aws::Map<Aws::String, ThrottleSettings>& GetThrottle() const{ return m_throttle; } in GetThrottle() function
|
H A D | CreateUsagePlanRequest.h | 171 inline const ThrottleSettings& GetThrottle() const{ return m_throttle; } in GetThrottle() function
|
H A D | CreateUsagePlanResult.h | 198 inline const ThrottleSettings& GetThrottle() const{ return m_throttle; } in GetThrottle() function
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/addons/ |
H A D | AddonButtonMap.h | 87 bool GetThrottle(const KODI::JOYSTICK::FeatureName& feature,
|
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/ |
H A D | CarPosInfo.cpp | 203 throttle = cd.GetThrottle(); in FromCar() 268 throttle = cd.GetThrottle() *255.f; clutch = pCar->GetClutch() *255.f; in FromCar()
|
/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/tracked_models/ |
H A D | demo_VEH_TrackedJSON.cpp | 255 … std::cout << " throttle: " << driver.GetThrottle() << " steering: " << driver.GetSteering() in main()
|
/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/wheeled_models/ |
H A D | demo_VEH_WheeledGeneric.cpp | 284 …std::cout << " throttle: " << driver.GetThrottle() << " steering: " << driver.GetSteer… in main()
|
/dports/science/chrono/chrono-7.0.1/src/demos/synchrono/dds/ |
H A D | demo_SYN_DDS_tracked.cpp | 127 m_throttle = irr_driver->GetThrottle(); in Synchronize()
|
/dports/science/chrono/chrono-7.0.1/src/demos/synchrono/mpi/ |
H A D | demo_SYN_tracked.cpp | 127 m_throttle = irr_driver->GetThrottle(); in Synchronize()
|