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 <SWGPlutoSdrOutputSettings.h>
Private Attributes | |
qint64 | center_frequency |
bool | m_center_frequency_isSet |
qint32 | dev_sample_rate |
bool | m_dev_sample_rate_isSet |
qint32 | l_oppm_tenths |
bool | m_l_oppm_tenths_isSet |
qint32 | lpf_fir_enable |
bool | m_lpf_fir_enable_isSet |
qint32 | lpf_firbw |
bool | m_lpf_firbw_isSet |
qint32 | lpf_fi_rlog2_interp |
bool | m_lpf_fi_rlog2_interp_isSet |
qint32 | lpf_fir_gain |
bool | m_lpf_fir_gain_isSet |
qint32 | log2_interp |
bool | m_log2_interp_isSet |
qint32 | lpf_bw |
bool | m_lpf_bw_isSet |
qint32 | att |
bool | m_att_isSet |
qint32 | antenna_path |
bool | m_antenna_path_isSet |
qint32 | transverter_mode |
bool | m_transverter_mode_isSet |
qint64 | transverter_delta_frequency |
bool | m_transverter_delta_frequency_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 SWGPlutoSdrOutputSettings.h.
SWGSDRangel::SWGPlutoSdrOutputSettings::SWGPlutoSdrOutputSettings | ( | ) |
Definition at line 30 of file SWGPlutoSdrOutputSettings.cpp.
References antenna_path, att, center_frequency, dev_sample_rate, l_oppm_tenths, log2_interp, lpf_bw, lpf_fi_rlog2_interp, lpf_fir_enable, lpf_fir_gain, lpf_firbw, m_antenna_path_isSet, m_att_isSet, m_center_frequency_isSet, m_dev_sample_rate_isSet, m_l_oppm_tenths_isSet, m_log2_interp_isSet, m_lpf_bw_isSet, m_lpf_fi_rlog2_interp_isSet, m_lpf_fir_enable_isSet, m_lpf_fir_gain_isSet, m_lpf_firbw_isSet, m_reverse_api_address_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, transverter_delta_frequency, transverter_mode, and use_reverse_api.
SWGSDRangel::SWGPlutoSdrOutputSettings::SWGPlutoSdrOutputSettings | ( | QString * | json | ) |
Definition at line 25 of file SWGPlutoSdrOutputSettings.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 67 of file SWGPlutoSdrOutputSettings.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 180 of file SWGPlutoSdrOutputSettings.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 191 of file SWGPlutoSdrOutputSettings.cpp.
References antenna_path, att, center_frequency, dev_sample_rate, l_oppm_tenths, log2_interp, lpf_bw, lpf_fi_rlog2_interp, lpf_fir_enable, lpf_fir_gain, lpf_firbw, m_antenna_path_isSet, m_att_isSet, m_center_frequency_isSet, m_dev_sample_rate_isSet, m_l_oppm_tenths_isSet, m_log2_interp_isSet, m_lpf_bw_isSet, m_lpf_fi_rlog2_interp_isSet, m_lpf_fir_enable_isSet, m_lpf_fir_gain_isSet, m_lpf_firbw_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, SWGSDRangel::toJsonValue(), transverter_delta_frequency, transverter_mode, and use_reverse_api.
Referenced by asJson().
void SWGSDRangel::SWGPlutoSdrOutputSettings::cleanup | ( | ) |
Definition at line 110 of file SWGPlutoSdrOutputSettings.cpp.
References reverse_api_address.
Referenced by ~SWGPlutoSdrOutputSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 133 of file SWGPlutoSdrOutputSettings.cpp.
References fromJsonObject().
Referenced by SWGPlutoSdrOutputSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 142 of file SWGPlutoSdrOutputSettings.cpp.
References antenna_path, att, center_frequency, dev_sample_rate, l_oppm_tenths, log2_interp, lpf_bw, lpf_fi_rlog2_interp, lpf_fir_enable, lpf_fir_gain, lpf_firbw, reverse_api_address, reverse_api_device_index, reverse_api_port, SWGSDRangel::setValue(), transverter_delta_frequency, transverter_mode, and use_reverse_api.
Referenced by fromJson(), and WebAPIRequestMapper::validateDeviceSettings().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getAntennaPath | ( | ) |
Definition at line 349 of file SWGPlutoSdrOutputSettings.cpp.
References antenna_path.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getAtt | ( | ) |
Definition at line 339 of file SWGPlutoSdrOutputSettings.cpp.
References att.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGPlutoSdrOutputSettings::getCenterFrequency | ( | ) |
Definition at line 249 of file SWGPlutoSdrOutputSettings.cpp.
References center_frequency.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getDevSampleRate | ( | ) |
Definition at line 259 of file SWGPlutoSdrOutputSettings.cpp.
References dev_sample_rate.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getLog2Interp | ( | ) |
Definition at line 319 of file SWGPlutoSdrOutputSettings.cpp.
References log2_interp.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getLOppmTenths | ( | ) |
Definition at line 269 of file SWGPlutoSdrOutputSettings.cpp.
References l_oppm_tenths.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getLpfBw | ( | ) |
Definition at line 329 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_bw.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getLpfFirbw | ( | ) |
Definition at line 289 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_firbw.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getLpfFirEnable | ( | ) |
Definition at line 279 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_fir_enable.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getLpfFirGain | ( | ) |
Definition at line 309 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_fir_gain.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getLpfFiRlog2Interp | ( | ) |
Definition at line 299 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_fi_rlog2_interp.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGPlutoSdrOutputSettings::getReverseApiAddress | ( | ) |
Definition at line 389 of file SWGPlutoSdrOutputSettings.cpp.
References reverse_api_address.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getReverseApiDeviceIndex | ( | ) |
Definition at line 409 of file SWGPlutoSdrOutputSettings.cpp.
References reverse_api_device_index.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getReverseApiPort | ( | ) |
Definition at line 399 of file SWGPlutoSdrOutputSettings.cpp.
References reverse_api_port.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGPlutoSdrOutputSettings::getTransverterDeltaFrequency | ( | ) |
Definition at line 369 of file SWGPlutoSdrOutputSettings.cpp.
References transverter_delta_frequency.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getTransverterMode | ( | ) |
Definition at line 359 of file SWGPlutoSdrOutputSettings.cpp.
References transverter_mode.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrOutputSettings::getUseReverseApi | ( | ) |
Definition at line 379 of file SWGPlutoSdrOutputSettings.cpp.
References use_reverse_api.
Referenced by PlutoSDROutput::webapiSettingsPutPatch().
void SWGSDRangel::SWGPlutoSdrOutputSettings::init | ( | ) |
Definition at line 72 of file SWGPlutoSdrOutputSettings.cpp.
References antenna_path, att, center_frequency, dev_sample_rate, l_oppm_tenths, log2_interp, lpf_bw, lpf_fi_rlog2_interp, lpf_fir_enable, lpf_fir_gain, lpf_firbw, m_antenna_path_isSet, m_att_isSet, m_center_frequency_isSet, m_dev_sample_rate_isSet, m_l_oppm_tenths_isSet, m_log2_interp_isSet, m_lpf_bw_isSet, m_lpf_fi_rlog2_interp_isSet, m_lpf_fir_enable_isSet, m_lpf_fir_gain_isSet, m_lpf_firbw_isSet, m_reverse_api_address_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, transverter_delta_frequency, transverter_mode, and use_reverse_api.
Referenced by SWGPlutoSdrOutputSettings(), and PlutoSDROutput::webapiSettingsGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 420 of file SWGPlutoSdrOutputSettings.cpp.
References m_antenna_path_isSet, m_att_isSet, m_center_frequency_isSet, m_dev_sample_rate_isSet, m_l_oppm_tenths_isSet, m_log2_interp_isSet, m_lpf_bw_isSet, m_lpf_fi_rlog2_interp_isSet, m_lpf_fir_enable_isSet, m_lpf_fir_gain_isSet, m_lpf_firbw_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_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::SWGPlutoSdrOutputSettings::setAntennaPath | ( | qint32 | antenna_path | ) |
Definition at line 353 of file SWGPlutoSdrOutputSettings.cpp.
References antenna_path, and m_antenna_path_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setAtt | ( | qint32 | att | ) |
Definition at line 343 of file SWGPlutoSdrOutputSettings.cpp.
References att, and m_att_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setCenterFrequency | ( | qint64 | center_frequency | ) |
Definition at line 253 of file SWGPlutoSdrOutputSettings.cpp.
References center_frequency, and m_center_frequency_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setDevSampleRate | ( | qint32 | dev_sample_rate | ) |
Definition at line 263 of file SWGPlutoSdrOutputSettings.cpp.
References dev_sample_rate, and m_dev_sample_rate_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setLog2Interp | ( | qint32 | log2_interp | ) |
Definition at line 323 of file SWGPlutoSdrOutputSettings.cpp.
References log2_interp, and m_log2_interp_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setLOppmTenths | ( | qint32 | l_oppm_tenths | ) |
Definition at line 273 of file SWGPlutoSdrOutputSettings.cpp.
References l_oppm_tenths, and m_l_oppm_tenths_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setLpfBw | ( | qint32 | lpf_bw | ) |
Definition at line 333 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_bw, and m_lpf_bw_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setLpfFirbw | ( | qint32 | lpf_firbw | ) |
Definition at line 293 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_firbw, and m_lpf_firbw_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setLpfFirEnable | ( | qint32 | lpf_fir_enable | ) |
Definition at line 283 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_fir_enable, and m_lpf_fir_enable_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setLpfFirGain | ( | qint32 | lpf_fir_gain | ) |
Definition at line 313 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_fir_gain, and m_lpf_fir_gain_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setLpfFiRlog2Interp | ( | qint32 | lpf_fi_rlog2_interp | ) |
Definition at line 303 of file SWGPlutoSdrOutputSettings.cpp.
References lpf_fi_rlog2_interp, and m_lpf_fi_rlog2_interp_isSet.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setReverseApiAddress | ( | QString * | reverse_api_address | ) |
Definition at line 393 of file SWGPlutoSdrOutputSettings.cpp.
References m_reverse_api_address_isSet, and reverse_api_address.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setReverseApiDeviceIndex | ( | qint32 | reverse_api_device_index | ) |
Definition at line 413 of file SWGPlutoSdrOutputSettings.cpp.
References m_reverse_api_device_index_isSet, and reverse_api_device_index.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setReverseApiPort | ( | qint32 | reverse_api_port | ) |
Definition at line 403 of file SWGPlutoSdrOutputSettings.cpp.
References m_reverse_api_port_isSet, and reverse_api_port.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setTransverterDeltaFrequency | ( | qint64 | transverter_delta_frequency | ) |
Definition at line 373 of file SWGPlutoSdrOutputSettings.cpp.
References m_transverter_delta_frequency_isSet, and transverter_delta_frequency.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setTransverterMode | ( | qint32 | transverter_mode | ) |
Definition at line 363 of file SWGPlutoSdrOutputSettings.cpp.
References m_transverter_mode_isSet, and transverter_mode.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings(), and PlutoSDROutput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrOutputSettings::setUseReverseApi | ( | qint32 | use_reverse_api | ) |
Definition at line 383 of file SWGPlutoSdrOutputSettings.cpp.
References m_use_reverse_api_isSet, and use_reverse_api.
Referenced by PlutoSDROutput::webapiFormatDeviceSettings().
|
private |
Definition at line 130 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAntennaPath(), init(), setAntennaPath(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 127 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAtt(), init(), setAtt(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 100 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getCenterFrequency(), init(), setCenterFrequency(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 103 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDevSampleRate(), init(), setDevSampleRate(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 106 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLOppmTenths(), init(), setLOppmTenths(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 121 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLog2Interp(), init(), setLog2Interp(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 124 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfBw(), init(), setLpfBw(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 115 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfFiRlog2Interp(), init(), setLpfFiRlog2Interp(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 109 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfFirEnable(), init(), setLpfFirEnable(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 118 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfFirGain(), init(), setLpfFirGain(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 112 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfFirbw(), init(), setLpfFirbw(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 131 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAntennaPath(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 128 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAtt(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 101 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setCenterFrequency(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 104 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDevSampleRate(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 107 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLOppmTenths(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 122 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLog2Interp(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 125 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfBw(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 116 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfFiRlog2Interp(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 110 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfFirEnable(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 119 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfFirGain(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 113 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfFirbw(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 143 of file SWGPlutoSdrOutputSettings.h.
Referenced by init(), setReverseApiAddress(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 149 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiDeviceIndex(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 146 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiPort(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 137 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterDeltaFrequency(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 134 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterMode(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 140 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseReverseApi(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 142 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getReverseApiAddress(), init(), isSet(), setReverseApiAddress(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 148 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiDeviceIndex(), init(), setReverseApiDeviceIndex(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 145 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiPort(), init(), setReverseApiPort(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 136 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterDeltaFrequency(), init(), setTransverterDeltaFrequency(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 133 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterMode(), init(), setTransverterMode(), and SWGPlutoSdrOutputSettings().
|
private |
Definition at line 139 of file SWGPlutoSdrOutputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseReverseApi(), init(), setUseReverseApi(), and SWGPlutoSdrOutputSettings().