Home
last modified time | relevance | path

Searched refs:tPullup (Results 1 – 3 of 3) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/initialization/
H A DFGTrim.h65 typedef enum { tLongitudinal=0, tFull, tGround, tPullup, enumerator
H A DFGTrim.cpp234 if(mode == tPullup ) { in DoTrim()
774 } else if( mode == tPullup && fabs(targetNlf-1) > 0.01) { in updateRates()
827 case tPullup: in SetMode()
H A DFGInitialCondition.cpp980 trimRequested = TrimMode::tPullup; in SetTrimRequest()