1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

BladeRF2: Make settings assignments atomic. Part of #1329

This commit is contained in:
f4exb
2022-10-23 00:57:48 +02:00
parent 58456273b7
commit 1f7f2085fd
6 changed files with 220 additions and 100 deletions
@@ -51,6 +51,7 @@ private:
bool m_forceSettings;
bool m_doApplySettings;
BladeRF2InputSettings m_settings;
QList<QString> m_settingsKeys;
bool m_sampleRateMode; //!< true: device, false: base band sample rate update mode
QTimer m_updateTimer;
QTimer m_statusTimer;