1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-14 11:49:00 -04:00

v7: cleanup of obsolete VOR demod files. Implements #1223

This commit is contained in:
f4exb
2022-05-01 23:33:12 +02:00
parent 7d450c6e42
commit c646bacf8b
23 changed files with 18 additions and 2327 deletions
+7 -7
View File
@@ -4357,11 +4357,11 @@ bool WebAPIRequestMapper::getChannelSettings(
channelSettings->setUdpSinkSettings(new SWGSDRangel::SWGUDPSinkSettings());
channelSettings->getUdpSinkSettings()->fromJsonObject(settingsJsonObject);
}
else if (channelSettingsKey == "VORDemodMCSettings")
{
channelSettings->setVorDemodMcSettings(new SWGSDRangel::SWGVORDemodMCSettings());
channelSettings->getVorDemodMcSettings()->fromJsonObject(settingsJsonObject);
}
// else if (channelSettingsKey == "VORDemodMCSettings")
// {
// channelSettings->setVorDemodMcSettings(new SWGSDRangel::SWGVORDemodMCSettings());
// channelSettings->getVorDemodMcSettings()->fromJsonObject(settingsJsonObject);
// }
else if (channelSettingsKey == "VORDemodSettings")
{
channelSettings->setVorDemodSettings(new SWGSDRangel::SWGVORDemodSettings());
@@ -5082,7 +5082,7 @@ void WebAPIRequestMapper::resetChannelSettings(SWGSDRangel::SWGChannelSettings&
channelSettings.setSsbModSettings(nullptr);
channelSettings.setUdpSourceSettings(nullptr);
channelSettings.setUdpSinkSettings(nullptr);
channelSettings.setVorDemodMcSettings(nullptr);
// channelSettings.setVorDemodMcSettings(nullptr);
channelSettings.setVorDemodSettings(nullptr);
channelSettings.setWfmDemodSettings(nullptr);
channelSettings.setWfmModSettings(nullptr);
@@ -5114,7 +5114,7 @@ void WebAPIRequestMapper::resetChannelReport(SWGSDRangel::SWGChannelReport& chan
channelReport.setSsbModReport(nullptr);
channelReport.setUdpSourceReport(nullptr);
channelReport.setUdpSinkReport(nullptr);
channelReport.setVorDemodMcReport(nullptr);
// channelReport.setVorDemodMcReport(nullptr);
channelReport.setVorDemodReport(nullptr);
channelReport.setWfmDemodReport(nullptr);
channelReport.setWfmModReport(nullptr);