3#include <QtCore/QObject>
33 void sendStatusTextMessages();
37 QTimer *_timer1Hz =
nullptr;
38 QTimer *_timer10Hz =
nullptr;
39 QTimer *_timer500Hz =
nullptr;
40 QTimer *_timerStatusText =
nullptr;
static constexpr int kTimer1HzIntervalMs
Timer intervals in milliseconds.
static constexpr int kTimer500HzIntervalMs
500 Hz tasks (param list, log download)
static constexpr int kTimer10HzIntervalMs
10 Hz tasks (heartbeat, GPS, position)
static constexpr int kStatusTextDelayMs
Delay before sending status text messages.