mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Network VATLIB refactoring
* use qit64 for timestamp related integers * use valueInteger for PQ integer values (rounding)
This commit is contained in:
@@ -400,7 +400,7 @@ namespace BlackMisc
|
||||
//! \threadsafe
|
||||
//! @{
|
||||
void storeAircraftParts(const Aviation::CCallsign &callsign, const Aviation::CAircraftParts &parts, bool removeOutdated);
|
||||
void storeAircraftParts(const Aviation::CCallsign &callsign, const QJsonObject &jsonObject, int currentOffset);
|
||||
void storeAircraftParts(const Aviation::CCallsign &callsign, const QJsonObject &jsonObject, qint64 currentOffsetMs);
|
||||
//! @}
|
||||
|
||||
//! Guess situation "on ground" and update model's CG if applicable
|
||||
|
||||
Reference in New Issue
Block a user