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 <SWGAirspyHFSettings.h>
Private Attributes | |
qint64 | center_frequency |
bool | m_center_frequency_isSet |
qint32 | l_oppm_tenths |
bool | m_l_oppm_tenths_isSet |
qint32 | dev_sample_rate_index |
bool | m_dev_sample_rate_index_isSet |
qint32 | log2_decim |
bool | m_log2_decim_isSet |
qint32 | transverter_mode |
bool | m_transverter_mode_isSet |
qint64 | transverter_delta_frequency |
bool | m_transverter_delta_frequency_isSet |
qint32 | band_index |
bool | m_band_index_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 |
qint32 | use_agc |
bool | m_use_agc_isSet |
qint32 | agc_high |
bool | m_agc_high_isSet |
qint32 | use_dsp |
bool | m_use_dsp_isSet |
qint32 | use_lna |
bool | m_use_lna_isSet |
qint32 | attenuator_steps |
bool | m_attenuator_steps_isSet |
qint32 | dc_block |
bool | m_dc_block_isSet |
qint32 | iq_correction |
bool | m_iq_correction_isSet |
Definition at line 32 of file SWGAirspyHFSettings.h.
SWGSDRangel::SWGAirspyHFSettings::SWGAirspyHFSettings | ( | ) |
Definition at line 30 of file SWGAirspyHFSettings.cpp.
References agc_high, attenuator_steps, band_index, center_frequency, dc_block, dev_sample_rate_index, file_record_name, iq_correction, l_oppm_tenths, log2_decim, m_agc_high_isSet, m_attenuator_steps_isSet, m_band_index_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_index_isSet, m_file_record_name_isSet, m_iq_correction_isSet, m_l_oppm_tenths_isSet, m_log2_decim_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_agc_isSet, m_use_dsp_isSet, m_use_lna_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, transverter_delta_frequency, transverter_mode, use_agc, use_dsp, use_lna, and use_reverse_api.
SWGSDRangel::SWGAirspyHFSettings::SWGAirspyHFSettings | ( | QString * | json | ) |
Definition at line 25 of file SWGAirspyHFSettings.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 71 of file SWGAirspyHFSettings.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 196 of file SWGAirspyHFSettings.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 207 of file SWGAirspyHFSettings.cpp.
References agc_high, attenuator_steps, band_index, center_frequency, dc_block, dev_sample_rate_index, file_record_name, iq_correction, l_oppm_tenths, log2_decim, m_agc_high_isSet, m_attenuator_steps_isSet, m_band_index_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_index_isSet, m_iq_correction_isSet, m_l_oppm_tenths_isSet, m_log2_decim_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_use_agc_isSet, m_use_dsp_isSet, m_use_lna_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, SWGSDRangel::toJsonValue(), transverter_delta_frequency, transverter_mode, use_agc, use_dsp, use_lna, and use_reverse_api.
Referenced by asJson().
void SWGSDRangel::SWGAirspyHFSettings::cleanup | ( | ) |
Definition at line 118 of file SWGAirspyHFSettings.cpp.
References file_record_name, and reverse_api_address.
Referenced by ~SWGAirspyHFSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 145 of file SWGAirspyHFSettings.cpp.
References fromJsonObject().
Referenced by SWGAirspyHFSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 154 of file SWGAirspyHFSettings.cpp.
References agc_high, attenuator_steps, band_index, center_frequency, dc_block, dev_sample_rate_index, file_record_name, iq_correction, l_oppm_tenths, log2_decim, reverse_api_address, reverse_api_device_index, reverse_api_port, SWGSDRangel::setValue(), transverter_delta_frequency, transverter_mode, use_agc, use_dsp, use_lna, and use_reverse_api.
Referenced by fromJson(), and WebAPIRequestMapper::validateDeviceSettings().
qint32 SWGSDRangel::SWGAirspyHFSettings::getAgcHigh | ( | ) |
Definition at line 401 of file SWGAirspyHFSettings.cpp.
References agc_high.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getAttenuatorSteps | ( | ) |
Definition at line 431 of file SWGAirspyHFSettings.cpp.
References attenuator_steps.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getBandIndex | ( | ) |
Definition at line 331 of file SWGAirspyHFSettings.cpp.
References band_index.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGAirspyHFSettings::getCenterFrequency | ( | ) |
Definition at line 271 of file SWGAirspyHFSettings.cpp.
References center_frequency.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getDcBlock | ( | ) |
Definition at line 441 of file SWGAirspyHFSettings.cpp.
References dc_block.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getDevSampleRateIndex | ( | ) |
Definition at line 291 of file SWGAirspyHFSettings.cpp.
References dev_sample_rate_index.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGAirspyHFSettings::getFileRecordName | ( | ) |
Definition at line 341 of file SWGAirspyHFSettings.cpp.
References file_record_name.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getIqCorrection | ( | ) |
Definition at line 451 of file SWGAirspyHFSettings.cpp.
References iq_correction.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getLog2Decim | ( | ) |
Definition at line 301 of file SWGAirspyHFSettings.cpp.
References log2_decim.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getLOppmTenths | ( | ) |
Definition at line 281 of file SWGAirspyHFSettings.cpp.
References l_oppm_tenths.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGAirspyHFSettings::getReverseApiAddress | ( | ) |
Definition at line 361 of file SWGAirspyHFSettings.cpp.
References reverse_api_address.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getReverseApiDeviceIndex | ( | ) |
Definition at line 381 of file SWGAirspyHFSettings.cpp.
References reverse_api_device_index.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getReverseApiPort | ( | ) |
Definition at line 371 of file SWGAirspyHFSettings.cpp.
References reverse_api_port.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGAirspyHFSettings::getTransverterDeltaFrequency | ( | ) |
Definition at line 321 of file SWGAirspyHFSettings.cpp.
References transverter_delta_frequency.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getTransverterMode | ( | ) |
Definition at line 311 of file SWGAirspyHFSettings.cpp.
References transverter_mode.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getUseAgc | ( | ) |
Definition at line 391 of file SWGAirspyHFSettings.cpp.
References use_agc.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getUseDsp | ( | ) |
Definition at line 411 of file SWGAirspyHFSettings.cpp.
References use_dsp.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getUseLna | ( | ) |
Definition at line 421 of file SWGAirspyHFSettings.cpp.
References use_lna.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGAirspyHFSettings::getUseReverseApi | ( | ) |
Definition at line 351 of file SWGAirspyHFSettings.cpp.
References use_reverse_api.
Referenced by AirspyHFInput::webapiSettingsPutPatch().
void SWGSDRangel::SWGAirspyHFSettings::init | ( | ) |
Definition at line 76 of file SWGAirspyHFSettings.cpp.
References agc_high, attenuator_steps, band_index, center_frequency, dc_block, dev_sample_rate_index, file_record_name, iq_correction, l_oppm_tenths, log2_decim, m_agc_high_isSet, m_attenuator_steps_isSet, m_band_index_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_index_isSet, m_file_record_name_isSet, m_iq_correction_isSet, m_l_oppm_tenths_isSet, m_log2_decim_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_agc_isSet, m_use_dsp_isSet, m_use_lna_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, transverter_delta_frequency, transverter_mode, use_agc, use_dsp, use_lna, and use_reverse_api.
Referenced by SWGAirspyHFSettings(), and AirspyHFInput::webapiSettingsGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 462 of file SWGAirspyHFSettings.cpp.
References file_record_name, m_agc_high_isSet, m_attenuator_steps_isSet, m_band_index_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_index_isSet, m_iq_correction_isSet, m_l_oppm_tenths_isSet, m_log2_decim_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_use_agc_isSet, m_use_dsp_isSet, m_use_lna_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::SWGAirspyHFSettings::setAgcHigh | ( | qint32 | agc_high | ) |
Definition at line 405 of file SWGAirspyHFSettings.cpp.
References agc_high, and m_agc_high_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setAttenuatorSteps | ( | qint32 | attenuator_steps | ) |
Definition at line 435 of file SWGAirspyHFSettings.cpp.
References attenuator_steps, and m_attenuator_steps_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setBandIndex | ( | qint32 | band_index | ) |
Definition at line 335 of file SWGAirspyHFSettings.cpp.
References band_index, and m_band_index_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setCenterFrequency | ( | qint64 | center_frequency | ) |
Definition at line 275 of file SWGAirspyHFSettings.cpp.
References center_frequency, and m_center_frequency_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setDcBlock | ( | qint32 | dc_block | ) |
Definition at line 445 of file SWGAirspyHFSettings.cpp.
References dc_block, and m_dc_block_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setDevSampleRateIndex | ( | qint32 | dev_sample_rate_index | ) |
Definition at line 295 of file SWGAirspyHFSettings.cpp.
References dev_sample_rate_index, and m_dev_sample_rate_index_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setFileRecordName | ( | QString * | file_record_name | ) |
Definition at line 345 of file SWGAirspyHFSettings.cpp.
References file_record_name, and m_file_record_name_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setIqCorrection | ( | qint32 | iq_correction | ) |
Definition at line 455 of file SWGAirspyHFSettings.cpp.
References iq_correction, and m_iq_correction_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setLog2Decim | ( | qint32 | log2_decim | ) |
Definition at line 305 of file SWGAirspyHFSettings.cpp.
References log2_decim, and m_log2_decim_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setLOppmTenths | ( | qint32 | l_oppm_tenths | ) |
Definition at line 285 of file SWGAirspyHFSettings.cpp.
References l_oppm_tenths, and m_l_oppm_tenths_isSet.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setReverseApiAddress | ( | QString * | reverse_api_address | ) |
Definition at line 365 of file SWGAirspyHFSettings.cpp.
References m_reverse_api_address_isSet, and reverse_api_address.
Referenced by AirspyHFInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGAirspyHFSettings::setReverseApiDeviceIndex | ( | qint32 | reverse_api_device_index | ) |
Definition at line 385 of file SWGAirspyHFSettings.cpp.
References m_reverse_api_device_index_isSet, and reverse_api_device_index.
Referenced by AirspyHFInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGAirspyHFSettings::setReverseApiPort | ( | qint32 | reverse_api_port | ) |
Definition at line 375 of file SWGAirspyHFSettings.cpp.
References m_reverse_api_port_isSet, and reverse_api_port.
Referenced by AirspyHFInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGAirspyHFSettings::setTransverterDeltaFrequency | ( | qint64 | transverter_delta_frequency | ) |
Definition at line 325 of file SWGAirspyHFSettings.cpp.
References m_transverter_delta_frequency_isSet, and transverter_delta_frequency.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setTransverterMode | ( | qint32 | transverter_mode | ) |
Definition at line 315 of file SWGAirspyHFSettings.cpp.
References m_transverter_mode_isSet, and transverter_mode.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setUseAgc | ( | qint32 | use_agc | ) |
Definition at line 395 of file SWGAirspyHFSettings.cpp.
References m_use_agc_isSet, and use_agc.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setUseDsp | ( | qint32 | use_dsp | ) |
Definition at line 415 of file SWGAirspyHFSettings.cpp.
References m_use_dsp_isSet, and use_dsp.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setUseLna | ( | qint32 | use_lna | ) |
Definition at line 425 of file SWGAirspyHFSettings.cpp.
References m_use_lna_isSet, and use_lna.
Referenced by AirspyHFInput::webapiFormatDeviceSettings(), and AirspyHFInput::webapiReverseSendSettings().
void SWGSDRangel::SWGAirspyHFSettings::setUseReverseApi | ( | qint32 | use_reverse_api | ) |
Definition at line 355 of file SWGAirspyHFSettings.cpp.
References m_use_reverse_api_isSet, and use_reverse_api.
Referenced by AirspyHFInput::webapiFormatDeviceSettings().
|
private |
Definition at line 145 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAgcHigh(), init(), setAgcHigh(), and SWGAirspyHFSettings().
|
private |
Definition at line 154 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAttenuatorSteps(), init(), setAttenuatorSteps(), and SWGAirspyHFSettings().
|
private |
Definition at line 124 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getBandIndex(), init(), setBandIndex(), and SWGAirspyHFSettings().
|
private |
Definition at line 106 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getCenterFrequency(), init(), setCenterFrequency(), and SWGAirspyHFSettings().
|
private |
Definition at line 157 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDcBlock(), init(), setDcBlock(), and SWGAirspyHFSettings().
|
private |
Definition at line 112 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDevSampleRateIndex(), init(), setDevSampleRateIndex(), and SWGAirspyHFSettings().
|
private |
Definition at line 127 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getFileRecordName(), init(), isSet(), setFileRecordName(), and SWGAirspyHFSettings().
|
private |
Definition at line 160 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getIqCorrection(), init(), setIqCorrection(), and SWGAirspyHFSettings().
|
private |
Definition at line 109 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLOppmTenths(), init(), setLOppmTenths(), and SWGAirspyHFSettings().
|
private |
Definition at line 115 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLog2Decim(), init(), setLog2Decim(), and SWGAirspyHFSettings().
|
private |
Definition at line 146 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAgcHigh(), and SWGAirspyHFSettings().
|
private |
Definition at line 155 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAttenuatorSteps(), and SWGAirspyHFSettings().
|
private |
Definition at line 125 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setBandIndex(), and SWGAirspyHFSettings().
|
private |
Definition at line 107 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setCenterFrequency(), and SWGAirspyHFSettings().
|
private |
Definition at line 158 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDcBlock(), and SWGAirspyHFSettings().
|
private |
Definition at line 113 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDevSampleRateIndex(), and SWGAirspyHFSettings().
|
private |
Definition at line 128 of file SWGAirspyHFSettings.h.
Referenced by init(), setFileRecordName(), and SWGAirspyHFSettings().
|
private |
Definition at line 161 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setIqCorrection(), and SWGAirspyHFSettings().
|
private |
Definition at line 110 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLOppmTenths(), and SWGAirspyHFSettings().
|
private |
Definition at line 116 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLog2Decim(), and SWGAirspyHFSettings().
|
private |
Definition at line 134 of file SWGAirspyHFSettings.h.
Referenced by init(), setReverseApiAddress(), and SWGAirspyHFSettings().
|
private |
Definition at line 140 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiDeviceIndex(), and SWGAirspyHFSettings().
|
private |
Definition at line 137 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiPort(), and SWGAirspyHFSettings().
|
private |
Definition at line 122 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterDeltaFrequency(), and SWGAirspyHFSettings().
|
private |
Definition at line 119 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterMode(), and SWGAirspyHFSettings().
|
private |
Definition at line 143 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseAgc(), and SWGAirspyHFSettings().
|
private |
Definition at line 149 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseDsp(), and SWGAirspyHFSettings().
|
private |
Definition at line 152 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseLna(), and SWGAirspyHFSettings().
|
private |
Definition at line 131 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseReverseApi(), and SWGAirspyHFSettings().
|
private |
Definition at line 133 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getReverseApiAddress(), init(), isSet(), setReverseApiAddress(), and SWGAirspyHFSettings().
|
private |
Definition at line 139 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiDeviceIndex(), init(), setReverseApiDeviceIndex(), and SWGAirspyHFSettings().
|
private |
Definition at line 136 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiPort(), init(), setReverseApiPort(), and SWGAirspyHFSettings().
|
private |
Definition at line 121 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterDeltaFrequency(), init(), setTransverterDeltaFrequency(), and SWGAirspyHFSettings().
|
private |
Definition at line 118 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterMode(), init(), setTransverterMode(), and SWGAirspyHFSettings().
|
private |
Definition at line 142 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseAgc(), init(), setUseAgc(), and SWGAirspyHFSettings().
|
private |
Definition at line 148 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseDsp(), init(), setUseDsp(), and SWGAirspyHFSettings().
|
private |
Definition at line 151 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseLna(), init(), setUseLna(), and SWGAirspyHFSettings().
|
private |
Definition at line 130 of file SWGAirspyHFSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseReverseApi(), init(), setUseReverseApi(), and SWGAirspyHFSettings().