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

Reverse API originator information: implemented in all source plugins

This commit is contained in:
f4exb
2019-03-25 13:41:38 +01:00
parent 5cbadf9b3b
commit 9b30d602c3
31 changed files with 32 additions and 16 deletions
@@ -724,6 +724,7 @@ void HackRFInput::webapiReverseSendSettings(QList<QString>& deviceSettingsKeys,
{
SWGSDRangel::SWGDeviceSettings *swgDeviceSettings = new SWGSDRangel::SWGDeviceSettings();
swgDeviceSettings->setTx(0);
swgDeviceSettings->setOriginatorIndex(m_deviceAPI->getDeviceSetIndex());
swgDeviceSettings->setDeviceHwType(new QString("HackRF"));
swgDeviceSettings->setHackRfInputSettings(new SWGSDRangel::SWGHackRFInputSettings());
SWGSDRangel::SWGHackRFInputSettings *swgHackRFInputSettings = swgDeviceSettings->getHackRfInputSettings();