mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T322, ATC station distance can be recalculated when getting ATC stations from network context
This commit is contained in:
committed by
Roland Winklmeier
parent
cacbe6e996
commit
f3f2fa664e
@@ -172,10 +172,10 @@ namespace BlackCore
|
||||
virtual void requestAtcBookingsUpdate() const = 0;
|
||||
|
||||
//! The ATC list with online ATC controllers
|
||||
virtual BlackMisc::Aviation::CAtcStationList getAtcStationsOnline() const = 0;
|
||||
virtual BlackMisc::Aviation::CAtcStationList getAtcStationsOnline(bool recalculateDistance) const = 0;
|
||||
|
||||
//! ATC list, with booked controllers
|
||||
virtual BlackMisc::Aviation::CAtcStationList getAtcStationsBooked() const = 0;
|
||||
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