mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #844, request booking updates from airspace monitor
* removed blocks of \copydoc * renamed to requestAtcBookingUpdate
This commit is contained in:
committed by
Mathew Sutcliffe
parent
82ab88b5a8
commit
f281092f16
@@ -164,13 +164,13 @@ namespace BlackCore
|
||||
|
||||
public slots:
|
||||
//! Reload bookings from booking service
|
||||
virtual void readAtcBookingsFromSource() const = 0;
|
||||
virtual void requestAtcBookingsUpdate() const = 0;
|
||||
|
||||
//! The ATC list with online ATC controllers
|
||||
virtual BlackMisc::Aviation::CAtcStationList getAtcStationsOnline() const = 0;
|
||||
|
||||
//! ATC list, with booked controllers
|
||||
virtual BlackMisc::Aviation::CAtcStationList getAtcStationsBooked() const = 0 ;
|
||||
virtual BlackMisc::Aviation::CAtcStationList getAtcStationsBooked() const = 0;
|
||||
|
||||
//! Aircraft list
|
||||
virtual BlackMisc::Simulation::CSimulatedAircraftList getAircraftInRange() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user