mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Network VATLIB refactoring
* use qit64 for timestamp related integers * use valueInteger for PQ integer values (rounding)
This commit is contained in:
@@ -531,7 +531,7 @@ namespace BlackCore
|
||||
/*!
|
||||
* We received an aircraft config packet.
|
||||
*/
|
||||
void aircraftConfigPacketReceived(const BlackMisc::Aviation::CCallsign &callsign, const QJsonObject &incremental, int currentOffsetTime);
|
||||
void aircraftConfigPacketReceived(const BlackMisc::Aviation::CCallsign &callsign, const QJsonObject &incremental, qint64 currentOffsetTimeMs);
|
||||
|
||||
/*!
|
||||
* We received a raw message for debugging purposes
|
||||
|
||||
Reference in New Issue
Block a user