mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
refactor: Simplify signal
The CAirspaceMonitor::changedAtcStationOnlineConnectionStatus signal was only used to signal disconnected atc stations (argument always false).
This commit is contained in:
@@ -180,8 +180,8 @@ namespace BlackCore
|
||||
//! Online ATC stations were changed
|
||||
void changedAtcStationsOnline();
|
||||
|
||||
//! Connection status of an ATC station was changed
|
||||
void changedAtcStationOnlineConnectionStatus(const BlackMisc::Aviation::CAtcStation &station, bool isConnected);
|
||||
//! ATC station disconnected
|
||||
void atcStationDisconnected(const BlackMisc::Aviation::CAtcStation &station);
|
||||
|
||||
//! Raw data as received from network
|
||||
//! \remark used for statistics
|
||||
|
||||
Reference in New Issue
Block a user