SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
Enumerations | |
enum | SWGHttpRequestVarLayout { NOT_SET, ADDRESS, URL_ENCODED, MULTIPART } |
Functions | |
void | setValue (void *value, QJsonValue obj, QString type, QString complexType) |
void | toJsonValue (QString name, void *value, QJsonObject *output, QString type) |
void | toJsonArray (QList< void *> *value, QJsonObject *output, QString innerName, QString innerType) |
void | toJsonMap (QMap< QString, void *> *value, QJsonObject *output, QString innerName, QString innerType) |
QString | stringValue (QString *value) |
QString | stringValue (qint32 value) |
QString | stringValue (qint64 value) |
QString | stringValue (bool value) |
bool | isCompatibleJsonValue (QString type) |
void * | create (QString type) |
void * | create (QString json, QString type) |
SDRangel This is the web REST/JSON API of SDRangel SDR software. SDRangel is an Open Source Qt5/OpenGL 3.0+ (4.3+ in Windows) GUI and server Software Defined Radio and signal analyzer in software. It supports Airspy, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube — Limitations and specifcities: * In SDRangel GUI the first Rx device set cannot be deleted. Conversely the server starts with no device sets and its number of device sets can be reduced to zero by as many calls as necessary to /sdrangel/deviceset with DELETE method. * Preset import and export from/to file is a server only feature. * Device set focus is a GUI only feature. * The following channels are not implemented (status 501 is returned): ATV and DATV demodulators, Channel Analyzer NG, LoRa demodulator * The device settings and report structures contains only the sub-structure corresponding to the device type. The DeviceSettings and DeviceReport structures documented here shows all of them but only one will be or should be present at a time * The channel settings and report structures contains only the sub-structure corresponding to the channel type. The ChannelSettings and ChannelReport structures documented here shows all of them but only one will be or should be present at a time —
OpenAPI spec version: 4.11.6 Contact: f4exb 06@g mail. com
NOTE: This class is auto generated by the swagger code generator program. https://github.com/swagger-api/swagger-codegen.git Do not edit the class manually.
SDRangel This is the web REST/JSON API of SDRangel SDR software. SDRangel is an Open Source Qt5/OpenGL 3.0+ (4.3+ in Windows) GUI and server Software Defined Radio and signal analyzer in software. It supports Airspy, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube — Limitations and specifcities: * In SDRangel GUI the first Rx device set cannot be deleted. Conversely the server starts with no device sets and its number of device sets can be reduced to zero by as many calls as necessary to /sdrangel/deviceset with DELETE method. * Preset import and export from/to file is a server only feature. * Device set focus is a GUI only feature. * The following channels are not implemented (status 501 is returned): ATV and DATV demodulators, Channel Analyzer NG, LoRa demodulator * The device settings and report structures contains only the sub-structure corresponding to the device type. The DeviceSettings and DeviceReport structures documented here shows all of them but only one will be or should be present at a time * The channel settings and report structures contains only the sub-structure corresponding to the channel type. The ChannelSettings and ChannelReport structures documented here shows all of them but only one will be or should be present at a time —
OpenAPI spec version: 4.11.3 Contact: f4exb 06@g mail. com
NOTE: This class is auto generated by the swagger code generator program. https://github.com/swagger-api/swagger-codegen.git Do not edit the class manually.
SDRangel This is the web REST/JSON API of SDRangel SDR software. SDRangel is an Open Source Qt5/OpenGL 3.0+ (4.3+ in Windows) GUI and server Software Defined Radio and signal analyzer in software. It supports Airspy, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube — Limitations and specifcities: * In SDRangel GUI the first Rx device set cannot be deleted. Conversely the server starts with no device sets and its number of device sets can be reduced to zero by as many calls as necessary to /sdrangel/deviceset with DELETE method. * Preset import and export from/to file is a server only feature. * Device set focus is a GUI only feature. * The following channels are not implemented (status 501 is returned): ATV and DATV demodulators, Channel Analyzer NG, LoRa demodulator * The device settings and report structures contains only the sub-structure corresponding to the device type. The DeviceSettings and DeviceReport structures documented here shows all of them but only one will be or should be present at a time * The channel settings and report structures contains only the sub-structure corresponding to the channel type. The ChannelSettings and ChannelReport structures documented here shows all of them but only one will be or should be present at a time —
OpenAPI spec version: 4.11.6 Contact: f4exb 06@g mail. com
NOTE: This class is auto generated by the swagger code generator program. https://github.com/swagger-api/swagger-codegen.git Do not edit the class manually. Based on http://www.creativepulse.gr/en/blog/2014/restful-api-requests-using-qt-cpp-for-linux-mac-osx-ms-windows By Alex Stylianos
Enumerator | |
---|---|
NOT_SET | |
ADDRESS | |
URL_ENCODED | |
MULTIPART |
Definition at line 32 of file SWGHttpRequest.h.
|
inline |
Definition at line 166 of file SWGModelFactory.h.
Referenced by create(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelDeleteCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelPostCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelReportGetCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelSettingsGetCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelSettingsPatchCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelSettingsPutCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelsReportGetCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetDevicePutCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceReportGetCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceRunDeleteCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceRunGetCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceRunPostCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceSettingsGetCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceSettingsPatchCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceSettingsPutCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetFocusPatchCallback(), SWGSDRangel::SWGDeviceSetApi::devicesetGetCallback(), SWGSDRangel::SWGInstanceApi::instanceAMBEDevicesDeleteCallback(), SWGSDRangel::SWGInstanceApi::instanceAMBEDevicesGetCallback(), SWGSDRangel::SWGInstanceApi::instanceAMBEDevicesPatchCallback(), SWGSDRangel::SWGInstanceApi::instanceAMBEDevicesPutCallback(), SWGSDRangel::SWGInstanceApi::instanceAMBESerialGetCallback(), SWGSDRangel::SWGInstanceApi::instanceAudioGetCallback(), SWGSDRangel::SWGInstanceApi::instanceAudioInputCleanupPatchCallback(), SWGSDRangel::SWGInstanceApi::instanceAudioInputDeleteCallback(), SWGSDRangel::SWGInstanceApi::instanceAudioInputPatchCallback(), SWGSDRangel::SWGInstanceApi::instanceAudioOutputCleanupPatchCallback(), SWGSDRangel::SWGInstanceApi::instanceAudioOutputDeleteCallback(), SWGSDRangel::SWGInstanceApi::instanceAudioOutputPatchCallback(), SWGSDRangel::SWGInstanceApi::instanceChannelsCallback(), SWGSDRangel::SWGInstanceApi::instanceConfigCallback(), SWGSDRangel::SWGInstanceApi::instanceDeleteCallback(), SWGSDRangel::SWGInstanceApi::instanceDevicesCallback(), SWGSDRangel::SWGDeviceSetApi::instanceDeviceSetDeleteCallback(), SWGSDRangel::SWGDeviceSetApi::instanceDeviceSetPostCallback(), SWGSDRangel::SWGInstanceApi::instanceDeviceSetsGetCallback(), SWGSDRangel::SWGInstanceApi::instanceLocationGetCallback(), SWGSDRangel::SWGInstanceApi::instanceLocationPutCallback(), SWGSDRangel::SWGInstanceApi::instanceLoggingGetCallback(), SWGSDRangel::SWGInstanceApi::instanceLoggingPutCallback(), SWGSDRangel::SWGInstanceApi::instancePresetDeleteCallback(), SWGSDRangel::SWGInstanceApi::instancePresetFilePostCallback(), SWGSDRangel::SWGInstanceApi::instancePresetFilePutCallback(), SWGSDRangel::SWGInstanceApi::instancePresetGetCallback(), SWGSDRangel::SWGInstanceApi::instancePresetPatchCallback(), SWGSDRangel::SWGInstanceApi::instancePresetPostCallback(), SWGSDRangel::SWGInstanceApi::instancePresetPutCallback(), SWGSDRangel::SWGInstanceApi::instanceSummaryCallback(), AMBEWorker::postTest(), and setValue().
|
inline |
Definition at line 609 of file SWGModelFactory.h.
References create(), and SWGSDRangel::SWGObject::fromJson().
bool SWGSDRangel::isCompatibleJsonValue | ( | QString | type | ) |
void SWGSDRangel::setValue | ( | void * | value, |
QJsonValue | obj, | ||
QString | type, | ||
QString | complexType | ||
) |
Definition at line 25 of file SWGHelpers.cpp.
References create(), and SWGSDRangel::SWGObject::fromJsonObject().
Referenced by SWGSDRangel::SWGAMDemodReport::fromJsonObject(), SWGSDRangel::SWGAMModReport::fromJsonObject(), SWGSDRangel::SWGComplex::fromJsonObject(), SWGSDRangel::SWGFrequency::fromJsonObject(), SWGSDRangel::SWGFrequencyRange::fromJsonObject(), SWGSDRangel::SWGSSBDemodReport::fromJsonObject(), SWGSDRangel::SWGGain::fromJsonObject(), SWGSDRangel::SWGSSBModReport::fromJsonObject(), SWGSDRangel::SWGGLSpectrum::fromJsonObject(), SWGSDRangel::SWGTestMiStreamSettings::fromJsonObject(), SWGSDRangel::SWGUDPSinkReport::fromJsonObject(), SWGSDRangel::SWGUDPSourceReport::fromJsonObject(), SWGSDRangel::SWGWFMDemodReport::fromJsonObject(), SWGSDRangel::SWGKiwiSDRReport::fromJsonObject(), SWGSDRangel::SWGWFMModReport::fromJsonObject(), SWGSDRangel::SWGXtrxInputReport::fromJsonObject(), SWGSDRangel::SWGXtrxOutputReport::fromJsonObject(), SWGSDRangel::SWGLimeSdrInputReport::fromJsonObject(), SWGSDRangel::SWGLimeSdrOutputReport::fromJsonObject(), SWGSDRangel::SWGBandwidth::fromJsonObject(), SWGSDRangel::SWGLocalInputReport::fromJsonObject(), SWGSDRangel::SWGLocalOutputReport::fromJsonObject(), SWGSDRangel::SWGLocationInformation::fromJsonObject(), SWGSDRangel::SWGNFMDemodReport::fromJsonObject(), SWGSDRangel::SWGNFMModReport::fromJsonObject(), SWGSDRangel::SWGATVModReport::fromJsonObject(), SWGSDRangel::SWGRange::fromJsonObject(), SWGSDRangel::SWGRangeFloat::fromJsonObject(), SWGSDRangel::SWGFreeDVDemodReport::fromJsonObject(), SWGSDRangel::SWGRDSReport_altFrequencies::fromJsonObject(), SWGSDRangel::SWGRemoteOutputReport::fromJsonObject(), SWGSDRangel::SWGRemoteSourceReport::fromJsonObject(), SWGSDRangel::SWGFreeDVModReport::fromJsonObject(), SWGSDRangel::SWGSampleRate::fromJsonObject(), SWGSDRangel::SWGFreqTrackerReport::fromJsonObject(), SWGSDRangel::SWGXtrxOutputSettings::fromJsonObject(), SWGSDRangel::SWGFileSourceSettings::fromJsonObject(), SWGSDRangel::SWGRemoteInputSettings::fromJsonObject(), SWGSDRangel::SWGXtrxInputSettings::fromJsonObject(), SWGSDRangel::SWGSSBDemodSettings::fromJsonObject(), SWGSDRangel::SWGFrequencyBand::fromJsonObject(), SWGSDRangel::SWGFileInputSettings::fromJsonObject(), SWGSDRangel::SWGPresetTransfer::fromJsonObject(), SWGSDRangel::SWGHackRFInputSettings::fromJsonObject(), SWGSDRangel::SWGTestSourceSettings::fromJsonObject(), SWGSDRangel::SWGPresetItem::fromJsonObject(), SWGSDRangel::SWGHackRFOutputSettings::fromJsonObject(), SWGSDRangel::SWGUDPSinkSettings::fromJsonObject(), SWGSDRangel::SWGUDPSourceSettings::fromJsonObject(), SWGSDRangel::SWGSuccessResponse::fromJsonObject(), SWGSDRangel::SWGWFMDemodSettings::fromJsonObject(), SWGSDRangel::SWGATVModSettings::fromJsonObject(), SWGSDRangel::SWGPlutoSdrOutputSettings::fromJsonObject(), SWGSDRangel::SWGAudioInputDevice::fromJsonObject(), SWGSDRangel::SWGPlutoSdrInputSettings::fromJsonObject(), SWGSDRangel::SWGCommand::fromJsonObject(), SWGSDRangel::SWGPerseusSettings::fromJsonObject(), SWGSDRangel::SWGAudioOutputDevice::fromJsonObject(), SWGSDRangel::SWGKiwiSDRSettings::fromJsonObject(), SWGSDRangel::SWGCWKeyerSettings::fromJsonObject(), SWGSDRangel::SWGNFMDemodSettings::fromJsonObject(), SWGSDRangel::SWGLimeSdrInputSettings::fromJsonObject(), SWGSDRangel::SWGDeviceListItem::fromJsonObject(), SWGSDRangel::SWGLimeSdrOutputSettings::fromJsonObject(), SWGSDRangel::SWGLocalSourceSettings::fromJsonObject(), SWGSDRangel::SWGAirspyHFSettings::fromJsonObject(), SWGSDRangel::SWGLocalInputSettings::fromJsonObject(), SWGSDRangel::SWGLocalOutputSettings::fromJsonObject(), SWGSDRangel::SWGLocalSinkSettings::fromJsonObject(), SWGSDRangel::SWGBFMDemodReport::fromJsonObject(), SWGSDRangel::SWGAMDemodSettings::fromJsonObject(), SWGSDRangel::SWGLoggingInfo::fromJsonObject(), SWGSDRangel::SWGNamedEnum::fromJsonObject(), SWGSDRangel::SWGBFMDemodSettings::fromJsonObject(), SWGSDRangel::SWGBladeRF1InputSettings::fromJsonObject(), SWGSDRangel::SWGDeviceState::fromJsonObject(), SWGSDRangel::SWGDSDDemodReport::fromJsonObject(), SWGSDRangel::SWGRemoteSinkSettings::fromJsonObject(), SWGSDRangel::SWGSDRPlaySettings::fromJsonObject(), SWGSDRangel::SWGDSDDemodSettings::fromJsonObject(), SWGSDRangel::SWGDVSerialDevice::fromJsonObject(), SWGSDRangel::SWGPlutoSdrInputReport::fromJsonObject(), SWGSDRangel::SWGPlutoSdrOutputReport::fromJsonObject(), SWGSDRangel::SWGErrorResponse::fromJsonObject(), SWGSDRangel::SWGPreferences::fromJsonObject(), SWGSDRangel::SWGFCDProPlusSettings::fromJsonObject(), SWGSDRangel::SWGPresetIdentifier::fromJsonObject(), SWGSDRangel::SWGPresetImport::fromJsonObject(), SWGSDRangel::SWGFreqTrackerSettings::fromJsonObject(), SWGSDRangel::SWGFCDProSettings::fromJsonObject(), SWGSDRangel::SWGAMBEDevice::fromJsonObject(), SWGSDRangel::SWGBladeRF1OutputSettings::fromJsonObject(), SWGSDRangel::SWGArgValue::fromJsonObject(), SWGSDRangel::SWGRemoteOutputSettings::fromJsonObject(), SWGSDRangel::SWGAirspySettings::fromJsonObject(), SWGSDRangel::SWGRemoteInputReport::fromJsonObject(), SWGSDRangel::SWGFileInputReport::fromJsonObject(), SWGSDRangel::SWGBladeRF2InputSettings::fromJsonObject(), SWGSDRangel::SWGFreeDVDemodSettings::fromJsonObject(), SWGSDRangel::SWGBladeRF2OutputSettings::fromJsonObject(), SWGSDRangel::SWGFileSourceReport::fromJsonObject(), SWGSDRangel::SWGSamplingDevice::fromJsonObject(), SWGSDRangel::SWGRemoteSourceSettings::fromJsonObject(), SWGSDRangel::SWGRtlSdrSettings::fromJsonObject(), SWGSDRangel::SWGChannelListItem::fromJsonObject(), SWGSDRangel::SWGChannel::fromJsonObject(), SWGSDRangel::SWGInstanceDevicesResponse::fromJsonObject(), SWGSDRangel::SWGAirspyHFReport::fromJsonObject(), SWGSDRangel::SWGSoapySDRGainSetting::fromJsonObject(), SWGSDRangel::SWGSSBModSettings::fromJsonObject(), SWGSDRangel::SWGPresets::fromJsonObject(), SWGSDRangel::SWGFreeDVModSettings::fromJsonObject(), SWGSDRangel::SWGDeviceConfig::fromJsonObject(), SWGSDRangel::SWGAMModSettings::fromJsonObject(), SWGSDRangel::SWGBladeRF2OutputReport::fromJsonObject(), SWGSDRangel::SWGNFMModSettings::fromJsonObject(), SWGSDRangel::SWGPresetExport::fromJsonObject(), SWGSDRangel::SWGWFMModSettings::fromJsonObject(), SWGSDRangel::SWGPerseusReport::fromJsonObject(), SWGSDRangel::SWGChannelsDetail::fromJsonObject(), SWGSDRangel::SWGAirspyReport::fromJsonObject(), SWGSDRangel::SWGDeviceSetList::fromJsonObject(), SWGSDRangel::SWGInstanceChannelsResponse::fromJsonObject(), SWGSDRangel::SWGDVSerialDevices::fromJsonObject(), SWGSDRangel::SWGChannelConfig::fromJsonObject(), SWGSDRangel::SWGAMBEDevices::fromJsonObject(), SWGSDRangel::SWGRtlSdrReport::fromJsonObject(), SWGSDRangel::SWGSoapySDRFrequencySetting::fromJsonObject(), SWGSDRangel::SWGDeviceSet::fromJsonObject(), SWGSDRangel::SWGArgInfo::fromJsonObject(), SWGSDRangel::SWGTestMISettings::fromJsonObject(), SWGSDRangel::SWGAudioDevices::fromJsonObject(), SWGSDRangel::SWGRDSReport::fromJsonObject(), SWGSDRangel::SWGInstanceSummaryResponse::fromJsonObject(), SWGSDRangel::SWGPresetGroup::fromJsonObject(), SWGSDRangel::SWGBladeRF2InputReport::fromJsonObject(), SWGSDRangel::SWGSoapySDROutputSettings::fromJsonObject(), SWGSDRangel::SWGInstanceConfigResponse::fromJsonObject(), SWGSDRangel::SWGSoapySDRInputSettings::fromJsonObject(), SWGSDRangel::SWGSDRPlayReport::fromJsonObject(), SWGSDRangel::SWGPreset::fromJsonObject(), SWGSDRangel::SWGSoapySDRReport::fromJsonObject(), SWGSDRangel::SWGChannelReport::fromJsonObject(), SWGSDRangel::SWGDeviceReport::fromJsonObject(), SWGSDRangel::SWGChannelSettings_2::fromJsonObject(), SWGSDRangel::SWGChannelSettings::fromJsonObject(), SWGSDRangel::SWGDeviceSettings_2::fromJsonObject(), SWGSDRangel::SWGDeviceSettings::fromJsonObject(), DynamicArgSettingGUI::getName(), and ItemSettingGUI::~ItemSettingGUI().
QString SWGSDRangel::stringValue | ( | QString * | value | ) |
Definition at line 578 of file SWGHelpers.cpp.
Referenced by SWGSDRangel::SWGDeviceSetApi::devicesetChannelDelete(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelPost(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelReportGet(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelSettingsGet(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelSettingsPatch(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelSettingsPut(), SWGSDRangel::SWGDeviceSetApi::devicesetChannelsReportGet(), SWGSDRangel::SWGDeviceSetApi::devicesetDevicePut(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceReportGet(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceRunDelete(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceRunGet(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceRunPost(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceSettingsGet(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceSettingsPatch(), SWGSDRangel::SWGDeviceSetApi::devicesetDeviceSettingsPut(), SWGSDRangel::SWGDeviceSetApi::devicesetFocusPatch(), SWGSDRangel::SWGDeviceSetApi::devicesetGet(), SWGSDRangel::SWGInstanceApi::instanceChannels(), SWGSDRangel::SWGInstanceApi::instanceDevices(), and SWGSDRangel::SWGDeviceSetApi::instanceDeviceSetPost().
QString SWGSDRangel::stringValue | ( | qint32 | value | ) |
Definition at line 584 of file SWGHelpers.cpp.
QString SWGSDRangel::stringValue | ( | qint64 | value | ) |
Definition at line 589 of file SWGHelpers.cpp.
QString SWGSDRangel::stringValue | ( | bool | value | ) |
Definition at line 594 of file SWGHelpers.cpp.
void SWGSDRangel::toJsonArray | ( | QList< void *> * | value, |
QJsonObject * | output, | ||
QString | innerName, | ||
QString | innerType | ||
) |
Definition at line 445 of file SWGHelpers.cpp.
References SWGSDRangel::SWGObject::asJsonObject().
Referenced by SWGSDRangel::SWGAirspyHFReport::asJsonObject(), SWGSDRangel::SWGAirspyReport::asJsonObject(), SWGSDRangel::SWGDeviceSetList::asJsonObject(), SWGSDRangel::SWGPresets::asJsonObject(), SWGSDRangel::SWGRtlSdrReport::asJsonObject(), SWGSDRangel::SWGDVSerialDevices::asJsonObject(), SWGSDRangel::SWGInstanceChannelsResponse::asJsonObject(), SWGSDRangel::SWGAMBEDevices::asJsonObject(), SWGSDRangel::SWGInstanceDevicesResponse::asJsonObject(), SWGSDRangel::SWGChannelsDetail::asJsonObject(), SWGSDRangel::SWGPerseusReport::asJsonObject(), SWGSDRangel::SWGPresetGroup::asJsonObject(), SWGSDRangel::SWGDeviceSet::asJsonObject(), SWGSDRangel::SWGRDSReport::asJsonObject(), SWGSDRangel::SWGSoapySDRFrequencySetting::asJsonObject(), SWGSDRangel::SWGAudioDevices::asJsonObject(), SWGSDRangel::SWGArgInfo::asJsonObject(), SWGSDRangel::SWGTestMISettings::asJsonObject(), SWGSDRangel::SWGSoapySDRInputSettings::asJsonObject(), SWGSDRangel::SWGInstanceConfigResponse::asJsonObject(), SWGSDRangel::SWGBladeRF2InputReport::asJsonObject(), SWGSDRangel::SWGSoapySDROutputSettings::asJsonObject(), SWGSDRangel::SWGSDRPlayReport::asJsonObject(), SWGSDRangel::SWGPreset::asJsonObject(), and SWGSDRangel::SWGSoapySDRReport::asJsonObject().
void SWGSDRangel::toJsonMap | ( | QMap< QString, void *> * | value, |
QJsonObject * | output, | ||
QString | innerName, | ||
QString | innerType | ||
) |
Definition at line 504 of file SWGHelpers.cpp.
References toJsonValue().
void SWGSDRangel::toJsonValue | ( | QString | name, |
void * | value, | ||
QJsonObject * | output, | ||
QString | type | ||
) |
Definition at line 383 of file SWGHelpers.cpp.
References SWGSDRangel::SWGObject::asJsonObject().
Referenced by SWGSDRangel::SWGAirspyHFSettings::asJsonObject(), SWGSDRangel::SWGAirspySettings::asJsonObject(), SWGSDRangel::SWGAMDemodSettings::asJsonObject(), SWGSDRangel::SWGATVModSettings::asJsonObject(), SWGSDRangel::SWGWFMDemodSettings::asJsonObject(), SWGSDRangel::SWGUDPSourceSettings::asJsonObject(), SWGSDRangel::SWGBladeRF2InputSettings::asJsonObject(), SWGSDRangel::SWGTestSourceSettings::asJsonObject(), SWGSDRangel::SWGPerseusSettings::asJsonObject(), SWGSDRangel::SWGPlutoSdrInputReport::asJsonObject(), SWGSDRangel::SWGDeviceState::asJsonObject(), SWGSDRangel::SWGPlutoSdrInputSettings::asJsonObject(), SWGSDRangel::SWGPlutoSdrOutputReport::asJsonObject(), SWGSDRangel::SWGDSDDemodReport::asJsonObject(), SWGSDRangel::SWGPlutoSdrOutputSettings::asJsonObject(), SWGSDRangel::SWGPreferences::asJsonObject(), SWGSDRangel::SWGDSDDemodSettings::asJsonObject(), SWGSDRangel::SWGSDRPlaySettings::asJsonObject(), SWGSDRangel::SWGAudioInputDevice::asJsonObject(), SWGSDRangel::SWGRtlSdrSettings::asJsonObject(), SWGSDRangel::SWGRemoteSourceSettings::asJsonObject(), SWGSDRangel::SWGRemoteSinkSettings::asJsonObject(), SWGSDRangel::SWGBladeRF2OutputSettings::asJsonObject(), SWGSDRangel::SWGRemoteInputSettings::asJsonObject(), SWGSDRangel::SWGRemoteInputReport::asJsonObject(), SWGSDRangel::SWGDVSerialDevice::asJsonObject(), SWGSDRangel::SWGPresetIdentifier::asJsonObject(), SWGSDRangel::SWGErrorResponse::asJsonObject(), SWGSDRangel::SWGPresetImport::asJsonObject(), SWGSDRangel::SWGPresetItem::asJsonObject(), SWGSDRangel::SWGFCDProPlusSettings::asJsonObject(), SWGSDRangel::SWGPresetTransfer::asJsonObject(), SWGSDRangel::SWGFCDProSettings::asJsonObject(), SWGSDRangel::SWGAudioOutputDevice::asJsonObject(), SWGSDRangel::SWGChannelListItem::asJsonObject(), SWGSDRangel::SWGFileInputReport::asJsonObject(), SWGSDRangel::SWGRemoteOutputSettings::asJsonObject(), SWGSDRangel::SWGFileInputSettings::asJsonObject(), SWGSDRangel::SWGFileSourceReport::asJsonObject(), SWGSDRangel::SWGSamplingDevice::asJsonObject(), SWGSDRangel::SWGFileSourceSettings::asJsonObject(), SWGSDRangel::SWGBFMDemodReport::asJsonObject(), SWGSDRangel::SWGFreeDVDemodSettings::asJsonObject(), SWGSDRangel::SWGLocalSourceSettings::asJsonObject(), SWGSDRangel::SWGSSBDemodSettings::asJsonObject(), SWGSDRangel::SWGLocalOutputSettings::asJsonObject(), SWGSDRangel::SWGLocalInputSettings::asJsonObject(), SWGSDRangel::SWGLimeSdrOutputSettings::asJsonObject(), SWGSDRangel::SWGFreqTrackerSettings::asJsonObject(), SWGSDRangel::SWGKiwiSDRSettings::asJsonObject(), SWGSDRangel::SWGSuccessResponse::asJsonObject(), SWGSDRangel::SWGFrequencyBand::asJsonObject(), SWGSDRangel::SWGXtrxOutputSettings::asJsonObject(), SWGSDRangel::SWGHackRFOutputSettings::asJsonObject(), SWGSDRangel::SWGUDPSinkSettings::asJsonObject(), SWGSDRangel::SWGAMBEDevice::asJsonObject(), SWGSDRangel::SWGBFMDemodSettings::asJsonObject(), SWGSDRangel::SWGCommand::asJsonObject(), SWGSDRangel::SWGHackRFInputSettings::asJsonObject(), SWGSDRangel::SWGXtrxInputSettings::asJsonObject(), SWGSDRangel::SWGBladeRF1InputSettings::asJsonObject(), SWGSDRangel::SWGCWKeyerSettings::asJsonObject(), SWGSDRangel::SWGLimeSdrInputSettings::asJsonObject(), SWGSDRangel::SWGArgValue::asJsonObject(), SWGSDRangel::SWGBladeRF1OutputSettings::asJsonObject(), SWGSDRangel::SWGDeviceListItem::asJsonObject(), SWGSDRangel::SWGLocalSinkSettings::asJsonObject(), SWGSDRangel::SWGLoggingInfo::asJsonObject(), SWGSDRangel::SWGNamedEnum::asJsonObject(), SWGSDRangel::SWGNFMDemodSettings::asJsonObject(), SWGSDRangel::SWGSSBModSettings::asJsonObject(), SWGSDRangel::SWGWFMModSettings::asJsonObject(), SWGSDRangel::SWGFreeDVModSettings::asJsonObject(), SWGSDRangel::SWGBladeRF2OutputReport::asJsonObject(), SWGSDRangel::SWGChannel::asJsonObject(), SWGSDRangel::SWGSoapySDRGainSetting::asJsonObject(), SWGSDRangel::SWGChannelConfig::asJsonObject(), SWGSDRangel::SWGDeviceConfig::asJsonObject(), SWGSDRangel::SWGNFMModSettings::asJsonObject(), SWGSDRangel::SWGPresetExport::asJsonObject(), SWGSDRangel::SWGAMModSettings::asJsonObject(), SWGSDRangel::SWGPresetGroup::asJsonObject(), SWGSDRangel::SWGArgInfo::asJsonObject(), SWGSDRangel::SWGRDSReport::asJsonObject(), SWGSDRangel::SWGInstanceSummaryResponse::asJsonObject(), SWGSDRangel::SWGDeviceSet::asJsonObject(), SWGSDRangel::SWGSoapySDRFrequencySetting::asJsonObject(), SWGSDRangel::SWGTestMISettings::asJsonObject(), SWGSDRangel::SWGInstanceConfigResponse::asJsonObject(), SWGSDRangel::SWGSoapySDROutputSettings::asJsonObject(), SWGSDRangel::SWGBladeRF2InputReport::asJsonObject(), SWGSDRangel::SWGSoapySDRInputSettings::asJsonObject(), SWGSDRangel::SWGPreset::asJsonObject(), SWGSDRangel::SWGSoapySDRReport::asJsonObject(), SWGSDRangel::SWGChannelReport::asJsonObject(), SWGSDRangel::SWGDeviceReport::asJsonObject(), SWGSDRangel::SWGChannelSettings_2::asJsonObject(), SWGSDRangel::SWGChannelSettings::asJsonObject(), SWGSDRangel::SWGDeviceSettings_2::asJsonObject(), SWGSDRangel::SWGDeviceSettings::asJsonObject(), and toJsonMap().