mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T243, track position updates to determine offset times directly in network vatlib
* track position updates and keep records of offset times * hence parts and positions can already have a dynamic offset time * parts config received will include this offset time
This commit is contained in:
@@ -525,7 +525,7 @@ namespace BlackCore
|
||||
/*!
|
||||
* We received an aircraft config packet.
|
||||
*/
|
||||
void aircraftConfigPacketReceived(const BlackMisc::Aviation::CCallsign &callsign, const QJsonObject &incremental, bool isFull);
|
||||
void aircraftConfigPacketReceived(const BlackMisc::Aviation::CCallsign &callsign, const QJsonObject &incremental, int currentOffsetTime);
|
||||
|
||||
/*!
|
||||
* We received a raw message for debugging purposes
|
||||
|
||||
Reference in New Issue
Block a user