mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Setting parent object for timers and formatting
This commit is contained in:
@@ -242,10 +242,10 @@ namespace BlackCore
|
||||
BlackMisc::CDigestSignal m_dsSendTextMessage { this, &CNetworkVatlib::emitConsolidatedTextMessages, 500, 10 };
|
||||
BlackMisc::Network::CTextMessageList m_textMessagesToConsolidate;
|
||||
|
||||
QTimer m_scheduledConfigUpdate;
|
||||
QTimer m_processingTimer;
|
||||
QTimer m_positionUpdateTimer;
|
||||
QTimer m_interimPositionUpdateTimer;
|
||||
QTimer m_scheduledConfigUpdate { this };
|
||||
QTimer m_processingTimer { this };
|
||||
QTimer m_positionUpdateTimer { this };
|
||||
QTimer m_interimPositionUpdateTimer { this };
|
||||
|
||||
static int const c_processingIntervalMsec = 100; //!< interval for the processing timer
|
||||
static int const c_updatePostionIntervalMsec = 5000; //!< interval for the position update timer (send our position to network)
|
||||
|
||||
Reference in New Issue
Block a user