mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Ref T646 Directly getting pressure altitude from FG
This commit is contained in:
committed by
Klaus Basan
parent
4267b004c8
commit
6eeba19f37
@@ -271,10 +271,10 @@ namespace BlackSimPlugin
|
||||
void getTaxiLightsOnAsync(bool *o_taxiLightsOn);
|
||||
//! @}
|
||||
|
||||
//! Get barometric pressure at sea level in inches of mercury.
|
||||
//! Get pressure altitude in feet.
|
||||
//! @{
|
||||
double getQNHInHg() const;
|
||||
void getQNHInHgAsync(double *o_qnh);
|
||||
double getPressureAltitudeFt() const;
|
||||
void getPressureAltitudeFtAsync(double *o_qnh);
|
||||
//! @}
|
||||
|
||||
//! Set the current COM1 active frequency in kHz
|
||||
|
||||
Reference in New Issue
Block a user