mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Ref T270, access to sim. statistics
This commit is contained in:
@@ -114,6 +114,12 @@ namespace BlackCore
|
|||||||
//! Counter removed aircraft
|
//! Counter removed aircraft
|
||||||
int getStatisticsPhysicallyRemovedAircraft() const { return m_statsPhysicallyRemovedAircraft; }
|
int getStatisticsPhysicallyRemovedAircraft() const { return m_statsPhysicallyRemovedAircraft; }
|
||||||
|
|
||||||
|
//! Average update time in ms
|
||||||
|
qint64 getStatisticsAverageUpdateTimeMs() const { return m_statsUpdateAircraftTimeAvgMs; }
|
||||||
|
|
||||||
|
//! Total update time in ms
|
||||||
|
qint64 getStatisticsTotalUpdateTimeMs() const { return m_statsUpdateAircraftTimeTotalMs; }
|
||||||
|
|
||||||
//! Access to logger
|
//! Access to logger
|
||||||
const BlackMisc::Simulation::CInterpolationLogger &interpolationLogger() const { return m_interpolationLogger; }
|
const BlackMisc::Simulation::CInterpolationLogger &interpolationLogger() const { return m_interpolationLogger; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user