mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T270, signal requestedElevation
This commit is contained in:
@@ -237,6 +237,9 @@ namespace BlackCore
|
||||
//! Request a console message (whatever the console maybe)
|
||||
void requestUiConsoleMessage(const QString &driverMessage, bool clear);
|
||||
|
||||
//! Requested elevation, call pending
|
||||
void requestedElevation(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
//! A requested elevation has been received
|
||||
void receivedRequestedElevation(const BlackMisc::Geo::CElevationPlane &plane, const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user