mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
@@ -77,6 +77,14 @@ namespace BlackCore
|
||||
//! \brief Aircraft list has been changed
|
||||
void changedAircraftsInRange();
|
||||
|
||||
/*!
|
||||
* \brief Aircraft situation update
|
||||
* \param callsign
|
||||
* \param situation
|
||||
* \return
|
||||
*/
|
||||
void aircraftSituationUpdate(const BlackMisc::Aviation::CCallsign &callsign, const BlackMisc::Aviation::CAircraftSituation &situation);
|
||||
|
||||
//! \brief Terminated connection
|
||||
void connectionTerminated();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user