Home
last modified time | relevance | path

Searched refs:GetRollTrimCmd (Results 1 – 2 of 2) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGFCS.h272 double GetRollTrimCmd(void) const { return RTrimCmd; } in GetRollTrimCmd() function
H A DFGFCS.cpp704 …PropertyManager->Tie("fcs/roll-trim-cmd-norm", this, &FGFCS::GetRollTrimCmd, &FGFCS::SetRollTrimCm… in bind()