1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 15:04:38 -04:00

XTRX input: Make settings assignments atomic. Part of #1329

This commit is contained in:
f4exb
2022-10-29 21:52:42 +02:00
parent d2fbdad736
commit 96d0bef47e
6 changed files with 244 additions and 133 deletions
@@ -54,6 +54,7 @@ private:
XTRXInput* m_XTRXInput; //!< Same object as above but gives easy access to XTRXInput methods and attributes that are used intensively
XTRXInputSettings m_settings;
QList<QString> m_settingsKeys;
bool m_sampleRateMode; //!< true: device, false: base band sample rate update mode
QTimer m_updateTimer;
QTimer m_statusTimer;