refs #780, during tests adjusted

* doxygen for fsx driver
* moved stats members in base class (so all drivers can update those
This commit is contained in:
Klaus Basan
2016-10-23 18:35:27 +02:00
parent 311a613494
commit b87a3dffaa
2 changed files with 7 additions and 24 deletions

View File

@@ -130,6 +130,10 @@ namespace BlackCore
bool m_pausedSimFreezesInterpolation = false; //!< paused simulator will also pause interpolation (so AI aircraft will hold)
BlackMisc::Simulation::CSimulatorSetup m_simulatorSetup; //!< setup object
BlackMisc::Simulation::CAircraftModel m_defaultModel; //!< default model
qint64 m_statsUpdateAircraftTimeTotalMs = 0; //!< statistics update time
qint64 m_statsUpdateAircraftTimeAvgMs = 0; //!< statistics update time
int m_statsUpdateAircraftCountMs = 0; //!< statistics update time
private:
bool m_debugMessages = false; //!< Display debug messages