mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Ref T243, use offset times from network vatlib
* changed network config received signature (now with offset time) * removed code to fix offset time, no longer needed * using push_frontKeepLatestAdjustedFirst guaranteeing correct order
This commit is contained in:
@@ -388,7 +388,7 @@ namespace BlackCore
|
||||
void onReceivedAtcBookings(const BlackMisc::Aviation::CAtcStationList &bookedStations);
|
||||
void onReadUnchangedAtcBookings();
|
||||
void onReceivedDataFile();
|
||||
void onAircraftConfigReceived(const BlackMisc::Aviation::CCallsign &callsign, const QJsonObject &jsonObject, bool isFull);
|
||||
void onAircraftConfigReceived(const BlackMisc::Aviation::CCallsign &callsign, const QJsonObject &jsonObject, int currentOffset);
|
||||
void onAircraftInterimUpdateReceived(const BlackMisc::Aviation::CAircraftSituation &situation);
|
||||
void onConnectionStatusChanged(BlackCore::INetwork::ConnectionStatus oldStatus, BlackCore::INetwork::ConnectionStatus newStatus);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user