refs #844, request booking updates from airspace monitor

* removed blocks of \copydoc
* renamed to requestAtcBookingUpdate
This commit is contained in:
Klaus Basan
2016-12-29 23:48:10 +01:00
committed by Mathew Sutcliffe
parent 82ab88b5a8
commit f281092f16
6 changed files with 15 additions and 66 deletions

View File

@@ -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;