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.
|
#include <SWGLocalInputSettings.h>
Private Attributes | |
qint32 | dc_block |
bool | m_dc_block_isSet |
qint32 | iq_correction |
bool | m_iq_correction_isSet |
QString * | file_record_name |
bool | m_file_record_name_isSet |
qint32 | use_reverse_api |
bool | m_use_reverse_api_isSet |
QString * | reverse_api_address |
bool | m_reverse_api_address_isSet |
qint32 | reverse_api_port |
bool | m_reverse_api_port_isSet |
qint32 | reverse_api_device_index |
bool | m_reverse_api_device_index_isSet |
Definition at line 32 of file SWGLocalInputSettings.h.
SWGSDRangel::SWGLocalInputSettings::SWGLocalInputSettings | ( | ) |
Definition at line 30 of file SWGLocalInputSettings.cpp.
References dc_block, file_record_name, iq_correction, m_dc_block_isSet, m_file_record_name_isSet, m_iq_correction_isSet, m_reverse_api_address_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, and use_reverse_api.
SWGSDRangel::SWGLocalInputSettings::SWGLocalInputSettings | ( | QString * | json | ) |
Definition at line 25 of file SWGLocalInputSettings.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 47 of file SWGLocalInputSettings.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 112 of file SWGLocalInputSettings.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 123 of file SWGLocalInputSettings.cpp.
References dc_block, file_record_name, iq_correction, m_dc_block_isSet, m_iq_correction_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, SWGSDRangel::toJsonValue(), and use_reverse_api.
Referenced by asJson().
void SWGSDRangel::SWGLocalInputSettings::cleanup | ( | ) |
Definition at line 70 of file SWGLocalInputSettings.cpp.
References file_record_name, and reverse_api_address.
Referenced by ~SWGLocalInputSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 85 of file SWGLocalInputSettings.cpp.
References fromJsonObject().
Referenced by SWGLocalInputSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 94 of file SWGLocalInputSettings.cpp.
References dc_block, file_record_name, iq_correction, reverse_api_address, reverse_api_device_index, reverse_api_port, SWGSDRangel::setValue(), and use_reverse_api.
Referenced by fromJson(), and WebAPIRequestMapper::validateDeviceSettings().
qint32 SWGSDRangel::SWGLocalInputSettings::getDcBlock | ( | ) |
Definition at line 151 of file SWGLocalInputSettings.cpp.
References dc_block.
Referenced by LocalInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGLocalInputSettings::getFileRecordName | ( | ) |
Definition at line 171 of file SWGLocalInputSettings.cpp.
References file_record_name.
Referenced by LocalInput::webapiFormatDeviceSettings(), and LocalInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGLocalInputSettings::getIqCorrection | ( | ) |
Definition at line 161 of file SWGLocalInputSettings.cpp.
References iq_correction.
Referenced by LocalInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGLocalInputSettings::getReverseApiAddress | ( | ) |
Definition at line 191 of file SWGLocalInputSettings.cpp.
References reverse_api_address.
Referenced by LocalInput::webapiFormatDeviceSettings(), and LocalInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGLocalInputSettings::getReverseApiDeviceIndex | ( | ) |
Definition at line 211 of file SWGLocalInputSettings.cpp.
References reverse_api_device_index.
Referenced by LocalInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGLocalInputSettings::getReverseApiPort | ( | ) |
Definition at line 201 of file SWGLocalInputSettings.cpp.
References reverse_api_port.
Referenced by LocalInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGLocalInputSettings::getUseReverseApi | ( | ) |
Definition at line 181 of file SWGLocalInputSettings.cpp.
References use_reverse_api.
Referenced by LocalInput::webapiSettingsPutPatch().
void SWGSDRangel::SWGLocalInputSettings::init | ( | ) |
Definition at line 52 of file SWGLocalInputSettings.cpp.
References dc_block, file_record_name, iq_correction, m_dc_block_isSet, m_file_record_name_isSet, m_iq_correction_isSet, m_reverse_api_address_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, and use_reverse_api.
Referenced by SWGLocalInputSettings(), and LocalInput::webapiSettingsGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 222 of file SWGLocalInputSettings.cpp.
References file_record_name, m_dc_block_isSet, m_iq_correction_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_use_reverse_api_isSet, and reverse_api_address.
Referenced by SWGSDRangel::SWGDeviceSettings::asJsonObject(), SWGSDRangel::SWGDeviceSettings_2::asJsonObject(), SWGSDRangel::SWGDeviceSettings_2::isSet(), and SWGSDRangel::SWGDeviceSettings::isSet().
void SWGSDRangel::SWGLocalInputSettings::setDcBlock | ( | qint32 | dc_block | ) |
Definition at line 155 of file SWGLocalInputSettings.cpp.
References dc_block, and m_dc_block_isSet.
Referenced by LocalInput::webapiFormatDeviceSettings(), and LocalInput::webapiReverseSendSettings().
void SWGSDRangel::SWGLocalInputSettings::setFileRecordName | ( | QString * | file_record_name | ) |
Definition at line 175 of file SWGLocalInputSettings.cpp.
References file_record_name, and m_file_record_name_isSet.
Referenced by LocalInput::webapiFormatDeviceSettings(), and LocalInput::webapiReverseSendSettings().
void SWGSDRangel::SWGLocalInputSettings::setIqCorrection | ( | qint32 | iq_correction | ) |
Definition at line 165 of file SWGLocalInputSettings.cpp.
References iq_correction, and m_iq_correction_isSet.
Referenced by LocalInput::webapiFormatDeviceSettings(), and LocalInput::webapiReverseSendSettings().
void SWGSDRangel::SWGLocalInputSettings::setReverseApiAddress | ( | QString * | reverse_api_address | ) |
Definition at line 195 of file SWGLocalInputSettings.cpp.
References m_reverse_api_address_isSet, and reverse_api_address.
Referenced by LocalInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGLocalInputSettings::setReverseApiDeviceIndex | ( | qint32 | reverse_api_device_index | ) |
Definition at line 215 of file SWGLocalInputSettings.cpp.
References m_reverse_api_device_index_isSet, and reverse_api_device_index.
Referenced by LocalInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGLocalInputSettings::setReverseApiPort | ( | qint32 | reverse_api_port | ) |
Definition at line 205 of file SWGLocalInputSettings.cpp.
References m_reverse_api_port_isSet, and reverse_api_port.
Referenced by LocalInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGLocalInputSettings::setUseReverseApi | ( | qint32 | use_reverse_api | ) |
Definition at line 185 of file SWGLocalInputSettings.cpp.
References m_use_reverse_api_isSet, and use_reverse_api.
Referenced by LocalInput::webapiFormatDeviceSettings().
|
private |
Definition at line 70 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDcBlock(), init(), setDcBlock(), and SWGLocalInputSettings().
|
private |
Definition at line 76 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getFileRecordName(), init(), isSet(), setFileRecordName(), and SWGLocalInputSettings().
|
private |
Definition at line 73 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getIqCorrection(), init(), setIqCorrection(), and SWGLocalInputSettings().
|
private |
Definition at line 71 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDcBlock(), and SWGLocalInputSettings().
|
private |
Definition at line 77 of file SWGLocalInputSettings.h.
Referenced by init(), setFileRecordName(), and SWGLocalInputSettings().
|
private |
Definition at line 74 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setIqCorrection(), and SWGLocalInputSettings().
|
private |
Definition at line 83 of file SWGLocalInputSettings.h.
Referenced by init(), setReverseApiAddress(), and SWGLocalInputSettings().
|
private |
Definition at line 89 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiDeviceIndex(), and SWGLocalInputSettings().
|
private |
Definition at line 86 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiPort(), and SWGLocalInputSettings().
|
private |
Definition at line 80 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseReverseApi(), and SWGLocalInputSettings().
|
private |
Definition at line 82 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getReverseApiAddress(), init(), isSet(), setReverseApiAddress(), and SWGLocalInputSettings().
|
private |
Definition at line 88 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiDeviceIndex(), init(), setReverseApiDeviceIndex(), and SWGLocalInputSettings().
|
private |
Definition at line 85 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiPort(), init(), setReverseApiPort(), and SWGLocalInputSettings().
|
private |
Definition at line 79 of file SWGLocalInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseReverseApi(), init(), setUseReverseApi(), and SWGLocalInputSettings().