mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
[XP] Get the ground elevation under the own aircraft
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user