mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Ref T322, in airspace monitor update ATC station distance
This commit is contained in:
committed by
Roland Winklmeier
parent
be6ae734a0
commit
fa3555b792
@@ -97,9 +97,15 @@ namespace BlackCore
|
||||
//! Returns the current online ATC stations (consolidated with booked stations)
|
||||
BlackMisc::Aviation::CAtcStationList getAtcStationsOnline() const { return m_atcStationsOnline; }
|
||||
|
||||
//! Recalculate distance to own aircraft
|
||||
BlackMisc::Aviation::CAtcStationList getAtcStationsOnlineRecalculated();
|
||||
|
||||
//! Returns the current booked ATC stations (consolidated with online stations)
|
||||
BlackMisc::Aviation::CAtcStationList getAtcStationsBooked() const { return m_atcStationsBooked; }
|
||||
|
||||
//! Recalculate distance to own aircraft
|
||||
BlackMisc::Aviation::CAtcStationList getAtcStationsBookedRecalculated();
|
||||
|
||||
//! Returns the closest ATC station operating on the given frequency, if any
|
||||
BlackMisc::Aviation::CAtcStation getAtcStationForComUnit(const BlackMisc::Aviation::CComSystem &comSystem) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user