[XP] Get the ground elevation under the own aircraft

This commit is contained in:
Mat Sutcliffe
2022-02-03 20:43:23 +00:00
parent f5a9452ec2
commit 2ccee127e9
8 changed files with 42 additions and 0 deletions

View File

@@ -329,6 +329,12 @@ namespace BlackSimPlugin::XPlane
void getAllWheelsOnGroundAsync(bool *o_allWheels);
//! @}
//! Get elevation of ground under the plane (in meters)
//! @{
double getGroundElevation() const;
void getGroundElevationAsync(double *o_elevationM);
//! @}
//! \copydoc XSwiftBus::CService::getCom1ActiveKhz
//! @{
int getCom1ActiveKhz() const;