Home
last modified time | relevance | path

Searched refs:tpRun (Results 1 – 4 of 4) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/propulsion/
H A DFGTurbine.cpp140 phase = tpRun; in Calculate()
171 case tpRun: thrust = Run(); break; in Calculate()
318 phase = tpRun; in Start()
341 phase = tpRun; // clear the stall with throttle to idle in Stall()
610 return phase=tpRun; in InitRunning()
H A DFGTurboProp.cpp228 phase = tpRun; in Calculate()
287 case tpRun: HP = Run(); break; in Calculate()
419 phase = tpRun; in Start()
538 return phase==tpRun; in InitRunning()
H A DFGTurboProp.h103 enum phaseType { tpOff, tpRun, tpSpinUp, tpStart, tpTrim }; enumerator
H A DFGTurbine.h184 enum phaseType { tpOff, tpRun, tpSpinUp, tpStart, tpStall, tpSeize, tpTrim }; enumerator