1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 23:45:00 -04:00

Remote Input: Make settings assignments atomic. Part of #1329

This commit is contained in:
f4exb
2022-10-25 22:59:05 +02:00
parent 1e1434e1a5
commit 68c534f848
6 changed files with 146 additions and 68 deletions
@@ -56,6 +56,7 @@ private:
Ui::RemoteInputGui* ui;
RemoteInputSettings m_settings; //!< current settings
QList<QString> m_settingsKeys;
RemoteInput::RemoteChannelSettings m_remoteChannelSettings;
double m_remoteShiftFrequencyFactor; //!< Remote channel frequency shift factor
RemoteInput* m_sampleSource;