Home
last modified time | relevance | path

Searched defs:GetThrottlePos (Results 1 – 2 of 2) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGFCS.cpp369 double FGFCS::GetThrottlePos(int engineNum) const in GetThrottlePos() function in JSBSim::FGFCS
H A DFGFCS.h322 const std::vector<double>& GetThrottlePos() const {return ThrottlePos;} in GetThrottlePos() function