mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #268 slots in XBus::CService to detect whether the aircraft is on the ground
This commit is contained in:
@@ -112,6 +112,12 @@ namespace BlackSimPlugin
|
||||
//! \copydoc XBus::CService::getTrueHeading
|
||||
double getTrueHeading() const;
|
||||
|
||||
//! Get whether any wheel is on the ground
|
||||
bool getAnyWheelOnGround() const;
|
||||
|
||||
//! Get whether all wheels are on the ground
|
||||
bool getAllWheelsOnGround() const;
|
||||
|
||||
//! \copydoc XBus::CService::getCom1Active
|
||||
int getCom1Active() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user