|
|
@ -137,9 +137,9 @@ protected: |
|
|
|
quint64 lastLineBuffer; ///< Last line buffer emission time
|
|
|
|
quint64 lastLineBuffer; ///< Last line buffer emission time
|
|
|
|
QTimer lineBufferTimer; ///< Line buffer timer
|
|
|
|
QTimer lineBufferTimer; ///< Line buffer timer
|
|
|
|
QTimer snapShotTimer; ///< Timer for measuring traffic snapshots
|
|
|
|
QTimer snapShotTimer; ///< Timer for measuring traffic snapshots
|
|
|
|
int snapShotInterval; ///< Set the time between UI updates for the data rate (ms)
|
|
|
|
static const int snapShotInterval = 500; ///< Set the time between UI updates for the data rate (ms)
|
|
|
|
float lowpassInDataRate; ///< Lowpass filtered data rate (kilobytes/s)
|
|
|
|
float lowpassInDataRate; ///< Lowpass filtered data rate (kilobytes/s)
|
|
|
|
float inDataRateThreshold; ///< Threshold where to enable auto-hold (kilobytes/s)
|
|
|
|
static const float inDataRateThreshold = 0.4; ///< Threshold where to enable auto-hold (kilobytes/s)
|
|
|
|
float lowpassOutDataRate; ///< Low-pass filtered outgoing data rate (kilobytes/s)
|
|
|
|
float lowpassOutDataRate; ///< Low-pass filtered outgoing data rate (kilobytes/s)
|
|
|
|
QStringList commandHistory; |
|
|
|
QStringList commandHistory; |
|
|
|
QString currCommand; |
|
|
|
QString currCommand; |
|
|
|