Home
last modified time | relevance | path

Searched refs:GetThrottle (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/palomino/palomino/src/object/
H A Dcraft.hh39 public: virtual fp GetThrottle( void );
H A Dcraft.cc85 Craft::GetThrottle( void ) in GetThrottle() function in object::Craft
H A Daircraft.hh76 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 DChDriver.h54 double GetThrottle() const { return m_throttle; } in GetThrottle() function
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChShaftsThermalEngine.h57 double GetThrottle() const { return throttle; } in GetThrottle() function
/dports/games/palomino/palomino/scripts/
H A Dsound.lua23 local engineVolume = PlayerActor.aircraft:GetThrottle() -- throttle equals volume {0.0,..,1.0}
H A Dkeyboard.lua189 local throttle = GetPlayerAircraft():GetThrottle()
198 local throttle = GetPlayerAircraft():GetThrottle()
H A Dhud.lua93 local throttle = current:GetThrottle()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/test_rig/
H A DChDriverTTR.h49 double GetThrottle() const { return m_throttle; } in GetThrottle() function
H A DChTrackTestRig.cpp313 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 DIButtonMap.h243 virtual bool GetThrottle(const FeatureName& feature,
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dcardynamics_simulate.cpp470 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 Dcardynamics.cpp85 float CARDYNAMICS::GetThrottle() const in GetThrottle() function in CARDYNAMICS
88 return engine.GetThrottle(); in GetThrottle()
H A Dcarengine.h105 Dbl GetThrottle() const { return throttle_position; } in GetThrottle() function
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/cosim/
H A DChCosimVehicleNode.cpp64 double throttle = m_driver->GetThrottle(); in Synchronize()
/dports/games/palomino/palomino/src/control/
H A Dreplay_recorder.cc109 …>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 DApiStage.h129 inline const Aws::Map<Aws::String, ThrottleSettings>& GetThrottle() const{ return m_throttle; } in GetThrottle() function
H A DCreateUsagePlanRequest.h171 inline const ThrottleSettings& GetThrottle() const{ return m_throttle; } in GetThrottle() function
H A DCreateUsagePlanResult.h198 inline const ThrottleSettings& GetThrottle() const{ return m_throttle; } in GetThrottle() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/addons/
H A DAddonButtonMap.h87 bool GetThrottle(const KODI::JOYSTICK::FeatureName& feature,
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCarPosInfo.cpp203 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 Ddemo_VEH_TrackedJSON.cpp255 … std::cout << " throttle: " << driver.GetThrottle() << " steering: " << driver.GetSteering() in main()
/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/wheeled_models/
H A Ddemo_VEH_WheeledGeneric.cpp284 …std::cout << " throttle: " << driver.GetThrottle() << " steering: " << driver.GetSteer… in main()
/dports/science/chrono/chrono-7.0.1/src/demos/synchrono/dds/
H A Ddemo_SYN_DDS_tracked.cpp127 m_throttle = irr_driver->GetThrottle(); in Synchronize()
/dports/science/chrono/chrono-7.0.1/src/demos/synchrono/mpi/
H A Ddemo_SYN_tracked.cpp127 m_throttle = irr_driver->GetThrottle(); in Synchronize()

12