mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Network VATLIB refactoring
* use qit64 for timestamp related integers * use valueInteger for PQ integer values (rounding)
This commit is contained in:
@@ -955,10 +955,10 @@ namespace BlackCore
|
||||
this->updateAircraftInRange(callsign, vm);
|
||||
}
|
||||
|
||||
void CAirspaceMonitor::onAircraftConfigReceived(const CCallsign &callsign, const QJsonObject &jsonObject, int currentOffset)
|
||||
void CAirspaceMonitor::onAircraftConfigReceived(const CCallsign &callsign, const QJsonObject &jsonObject, qint64 currentOffsetMs)
|
||||
{
|
||||
Q_ASSERT(CThreadUtils::isCurrentThreadObjectThread(this));
|
||||
this->storeAircraftParts(callsign, jsonObject, currentOffset);
|
||||
this->storeAircraftParts(callsign, jsonObject, currentOffsetMs);
|
||||
|
||||
// update client capability
|
||||
CClient client = this->getClientOrDefaultForCallsign(callsign);
|
||||
|
||||
Reference in New Issue
Block a user