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:
Klaus Basan
2018-02-02 20:59:48 +01:00
parent 278056c62b
commit 6e933b089c
3 changed files with 76 additions and 7 deletions

View File

@@ -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