Ref T410, show number of SB4 packets received under simulator/information

This commit is contained in:
Klaus Basan
2018-11-14 20:18:05 +01:00
parent 3eb46690c0
commit b452cd7530
7 changed files with 36 additions and 1 deletions

View File

@@ -523,6 +523,9 @@ namespace BlackCore
//! Update stats and flags
void finishUpdateRemoteAircraftAndSetStatistics(qint64 startTime, bool limited = false);
//! Own model has been changed
virtual void onOwnModelChanged(const BlackMisc::Simulation::CAircraftModel &newModel);
//! Lookup against DB data
static BlackMisc::Simulation::CAircraftModel reverseLookupModel(const BlackMisc::Simulation::CAircraftModel &model);