Ref T683, moved m_skipCockpitUpdateCycles to FS common so it can be used with P3D/FSX and FS9

This commit is contained in:
Klaus Basan
2019-06-13 02:33:00 +02:00
committed by Mat Sutcliffe
parent fa6101d02b
commit 718221b90e
6 changed files with 7 additions and 7 deletions

View File

@@ -2497,7 +2497,6 @@ namespace BlackSimPlugin
m_simSimulating = false;
m_sbDataReceived = 0;
m_syncTimeDeferredCounter = 0;
m_skipCockpitUpdateCycles = 0;
m_requestIdSimObjAircraft = static_cast<SIMCONNECT_DATA_REQUEST_ID>(RequestSimObjAircraftStart);
m_dispatchErrors = 0;
m_receiveExceptionCount = 0;

View File

@@ -594,7 +594,6 @@ namespace BlackSimPlugin
qint64 m_simulatingChangedTs = -1; //!< timestamp, when simulating changed (used to avoid jitter)
int m_sbDataReceived = 0; //!< SB3 area data received
int m_syncTimeDeferredCounter = 0; //!< Set when synchronized, used to wait some time
int m_skipCockpitUpdateCycles = 0; //!< skip some update cycles to allow changes in simulator cockpit to be set
// tracing dispatch performance
int m_dispatchErrors = 0; //!< number of dispatched failed, \sa dispatch