mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
@@ -114,12 +114,6 @@ namespace BlackCore::Context
|
||||
//! Digest signal changedAtcStationsOnline()
|
||||
void changedAtcStationsOnlineDigest();
|
||||
|
||||
//! ATC station (booked) list has been changed
|
||||
void changedAtcStationsBooked();
|
||||
|
||||
//! Digest signal changedAtcStationsBooked()
|
||||
void changedAtcStationsBookedDigest();
|
||||
|
||||
//! Aircraft list has been changed
|
||||
void changedAircraftInRange();
|
||||
|
||||
@@ -170,9 +164,6 @@ namespace BlackCore::Context
|
||||
void textMessageSent(const BlackMisc::Network::CTextMessage &sentMessage);
|
||||
|
||||
public slots:
|
||||
//! Reload bookings from booking service
|
||||
virtual void requestAtcBookingsUpdate() const = 0;
|
||||
|
||||
//! The ATC list with online ATC controllers
|
||||
virtual BlackMisc::Aviation::CAtcStationList getAtcStationsOnline(bool recalculateDistance) const = 0;
|
||||
|
||||
@@ -181,9 +172,6 @@ namespace BlackCore::Context
|
||||
//! \remark sorted by distance, nearest first
|
||||
virtual BlackMisc::Aviation::CAtcStationList getClosestAtcStationsOnline(int number) const = 0;
|
||||
|
||||
//! ATC list, with booked controllers
|
||||
virtual BlackMisc::Aviation::CAtcStationList getAtcStationsBooked(bool recalculateDistance) const = 0;
|
||||
|
||||
//! Aircraft list
|
||||
virtual BlackMisc::Simulation::CSimulatedAircraftList getAircraftInRange() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user