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

Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes

This commit is contained in:
f4exb
2021-12-01 00:20:14 +01:00
parent a8d81b1458
commit 2a9cc27a41
114 changed files with 1893 additions and 520 deletions
@@ -85,6 +85,8 @@ bool InterferometerGUI::handleMessage(const Message& message)
{
const Interferometer::MsgConfigureInterferometer& notif = (const Interferometer::MsgConfigureInterferometer&) message;
m_settings = notif.getSettings();
ui->scopeGUI->updateSettings();
ui->spectrumGUI->updateSettings();
displaySettings();
return true;
}