mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Ref T285, allow to re-init all aircraft
* aircraft will be removed, then added again as new * this will go thru the full cycle and matching
This commit is contained in:
@@ -278,6 +278,9 @@ namespace BlackCore
|
||||
//! Change fast position updates
|
||||
virtual bool updateFastPositionEnabled(const BlackMisc::Aviation::CCallsign &callsign, bool enableFastPositionSending) = 0;
|
||||
|
||||
//! Re-initialize all aircraft
|
||||
virtual int reInitializeAllAircraft() = 0;
|
||||
|
||||
//! Get reverse lookup messages
|
||||
virtual BlackMisc::CStatusMessageList getReverseLookupMessages(const BlackMisc::Aviation::CCallsign &callsign) const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user