mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Use new dataref to compensate for XP12 temperature effect on altitude
This commit is contained in:
@@ -239,6 +239,12 @@ namespace BlackSimPlugin::XPlane
|
||||
void getAltitudeMslMAsync(double *o_altitude);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::getPressureAltitudeFt
|
||||
//! @{
|
||||
double getPressureAltitudeFt() const;
|
||||
void getPressureAltitudeFtAsync(double *o_altitude);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::getHeightAglM
|
||||
//! @{
|
||||
double getHeightAglM() const;
|
||||
|
||||
Reference in New Issue
Block a user