Ref T646 Directly getting pressure altitude from FG

This commit is contained in:
Lars Toenning
2019-04-29 17:53:28 +02:00
committed by Klaus Basan
parent 4267b004c8
commit 6eeba19f37
4 changed files with 10 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ namespace BlackSimPlugin
double gearReployRatio; //!< Gear deployment ratio [%]
QList<double> enginesN1Percentage; //!< N1 per engine [%]
double speedBrakeRatio; //!< Speed break ratio [%]
double seaLevelPressureInHg; //!< Sea level pressure [inhg]
double pressureAltitudeFt; //!< Pressure altitude [inhg]
};
//! Flightgear ISimulator implementation