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 <SWGRtlSdrSettings.h>
Definition at line 32 of file SWGRtlSdrSettings.h.
SWGSDRangel::SWGRtlSdrSettings::SWGRtlSdrSettings | ( | ) |
Definition at line 30 of file SWGRtlSdrSettings.cpp.
References agc, center_frequency, dc_block, dev_sample_rate, fc_pos, file_record_name, gain, iq_imbalance, lo_ppm_correction, log2_decim, low_sample_rate, m_agc_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_isSet, m_fc_pos_isSet, m_file_record_name_isSet, m_gain_isSet, m_iq_imbalance_isSet, m_lo_ppm_correction_isSet, m_log2_decim_isSet, m_low_sample_rate_isSet, m_no_mod_mode_isSet, m_offset_tuning_isSet, m_reverse_api_address_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_use_reverse_api_isSet, no_mod_mode, offset_tuning, reverse_api_address, reverse_api_device_index, reverse_api_port, rf_bandwidth, transverter_delta_frequency, transverter_mode, and use_reverse_api.
SWGSDRangel::SWGRtlSdrSettings::SWGRtlSdrSettings | ( | QString * | json | ) |
Definition at line 25 of file SWGRtlSdrSettings.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 73 of file SWGRtlSdrSettings.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 203 of file SWGRtlSdrSettings.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 214 of file SWGRtlSdrSettings.cpp.
References agc, center_frequency, dc_block, dev_sample_rate, fc_pos, file_record_name, gain, iq_imbalance, lo_ppm_correction, log2_decim, low_sample_rate, m_agc_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_isSet, m_fc_pos_isSet, m_gain_isSet, m_iq_imbalance_isSet, m_lo_ppm_correction_isSet, m_log2_decim_isSet, m_low_sample_rate_isSet, m_no_mod_mode_isSet, m_offset_tuning_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_use_reverse_api_isSet, no_mod_mode, offset_tuning, reverse_api_address, reverse_api_device_index, reverse_api_port, rf_bandwidth, SWGSDRangel::toJsonValue(), transverter_delta_frequency, transverter_mode, and use_reverse_api.
Referenced by asJson().
void SWGSDRangel::SWGRtlSdrSettings::cleanup | ( | ) |
Definition at line 122 of file SWGRtlSdrSettings.cpp.
References file_record_name, and reverse_api_address.
Referenced by ~SWGRtlSdrSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 150 of file SWGRtlSdrSettings.cpp.
References fromJsonObject().
Referenced by SWGRtlSdrSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 159 of file SWGRtlSdrSettings.cpp.
References agc, center_frequency, dc_block, dev_sample_rate, fc_pos, file_record_name, gain, iq_imbalance, lo_ppm_correction, log2_decim, low_sample_rate, no_mod_mode, offset_tuning, reverse_api_address, reverse_api_device_index, reverse_api_port, rf_bandwidth, SWGSDRangel::setValue(), transverter_delta_frequency, transverter_mode, and use_reverse_api.
Referenced by fromJson(), and WebAPIRequestMapper::validateDeviceSettings().
qint32 SWGSDRangel::SWGRtlSdrSettings::getAgc | ( | ) |
Definition at line 371 of file SWGRtlSdrSettings.cpp.
References agc.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGRtlSdrSettings::getCenterFrequency | ( | ) |
Definition at line 301 of file SWGRtlSdrSettings.cpp.
References center_frequency.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getDcBlock | ( | ) |
Definition at line 351 of file SWGRtlSdrSettings.cpp.
References dc_block.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getDevSampleRate | ( | ) |
Definition at line 281 of file SWGRtlSdrSettings.cpp.
References dev_sample_rate.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getFcPos | ( | ) |
Definition at line 341 of file SWGRtlSdrSettings.cpp.
References fc_pos.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGRtlSdrSettings::getFileRecordName | ( | ) |
Definition at line 431 of file SWGRtlSdrSettings.cpp.
References file_record_name.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getGain | ( | ) |
Definition at line 311 of file SWGRtlSdrSettings.cpp.
References gain.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getIqImbalance | ( | ) |
Definition at line 361 of file SWGRtlSdrSettings.cpp.
References iq_imbalance.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getLog2Decim | ( | ) |
Definition at line 331 of file SWGRtlSdrSettings.cpp.
References log2_decim.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getLoPpmCorrection | ( | ) |
Definition at line 321 of file SWGRtlSdrSettings.cpp.
References lo_ppm_correction.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getLowSampleRate | ( | ) |
Definition at line 291 of file SWGRtlSdrSettings.cpp.
References low_sample_rate.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getNoModMode | ( | ) |
Definition at line 381 of file SWGRtlSdrSettings.cpp.
References no_mod_mode.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getOffsetTuning | ( | ) |
Definition at line 391 of file SWGRtlSdrSettings.cpp.
References offset_tuning.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGRtlSdrSettings::getReverseApiAddress | ( | ) |
Definition at line 451 of file SWGRtlSdrSettings.cpp.
References reverse_api_address.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getReverseApiDeviceIndex | ( | ) |
Definition at line 471 of file SWGRtlSdrSettings.cpp.
References reverse_api_device_index.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getReverseApiPort | ( | ) |
Definition at line 461 of file SWGRtlSdrSettings.cpp.
References reverse_api_port.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getRfBandwidth | ( | ) |
Definition at line 421 of file SWGRtlSdrSettings.cpp.
References rf_bandwidth.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGRtlSdrSettings::getTransverterDeltaFrequency | ( | ) |
Definition at line 411 of file SWGRtlSdrSettings.cpp.
References transverter_delta_frequency.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getTransverterMode | ( | ) |
Definition at line 401 of file SWGRtlSdrSettings.cpp.
References transverter_mode.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGRtlSdrSettings::getUseReverseApi | ( | ) |
Definition at line 441 of file SWGRtlSdrSettings.cpp.
References use_reverse_api.
Referenced by RTLSDRInput::webapiSettingsPutPatch().
void SWGSDRangel::SWGRtlSdrSettings::init | ( | ) |
Definition at line 78 of file SWGRtlSdrSettings.cpp.
References agc, center_frequency, dc_block, dev_sample_rate, fc_pos, file_record_name, gain, iq_imbalance, lo_ppm_correction, log2_decim, low_sample_rate, m_agc_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_isSet, m_fc_pos_isSet, m_file_record_name_isSet, m_gain_isSet, m_iq_imbalance_isSet, m_lo_ppm_correction_isSet, m_log2_decim_isSet, m_low_sample_rate_isSet, m_no_mod_mode_isSet, m_offset_tuning_isSet, m_reverse_api_address_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_use_reverse_api_isSet, no_mod_mode, offset_tuning, reverse_api_address, reverse_api_device_index, reverse_api_port, rf_bandwidth, transverter_delta_frequency, transverter_mode, and use_reverse_api.
Referenced by SWGRtlSdrSettings(), and RTLSDRInput::webapiSettingsGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 482 of file SWGRtlSdrSettings.cpp.
References file_record_name, m_agc_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_isSet, m_fc_pos_isSet, m_gain_isSet, m_iq_imbalance_isSet, m_lo_ppm_correction_isSet, m_log2_decim_isSet, m_low_sample_rate_isSet, m_no_mod_mode_isSet, m_offset_tuning_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_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::SWGRtlSdrSettings::setAgc | ( | qint32 | agc | ) |
Definition at line 375 of file SWGRtlSdrSettings.cpp.
References agc, and m_agc_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setCenterFrequency | ( | qint64 | center_frequency | ) |
Definition at line 305 of file SWGRtlSdrSettings.cpp.
References center_frequency, and m_center_frequency_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setDcBlock | ( | qint32 | dc_block | ) |
Definition at line 355 of file SWGRtlSdrSettings.cpp.
References dc_block, and m_dc_block_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setDevSampleRate | ( | qint32 | dev_sample_rate | ) |
Definition at line 285 of file SWGRtlSdrSettings.cpp.
References dev_sample_rate, and m_dev_sample_rate_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setFcPos | ( | qint32 | fc_pos | ) |
Definition at line 345 of file SWGRtlSdrSettings.cpp.
References fc_pos, and m_fc_pos_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setFileRecordName | ( | QString * | file_record_name | ) |
Definition at line 435 of file SWGRtlSdrSettings.cpp.
References file_record_name, and m_file_record_name_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setGain | ( | qint32 | gain | ) |
Definition at line 315 of file SWGRtlSdrSettings.cpp.
References gain, and m_gain_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setIqImbalance | ( | qint32 | iq_imbalance | ) |
Definition at line 365 of file SWGRtlSdrSettings.cpp.
References iq_imbalance, and m_iq_imbalance_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setLog2Decim | ( | qint32 | log2_decim | ) |
Definition at line 335 of file SWGRtlSdrSettings.cpp.
References log2_decim, and m_log2_decim_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setLoPpmCorrection | ( | qint32 | lo_ppm_correction | ) |
Definition at line 325 of file SWGRtlSdrSettings.cpp.
References lo_ppm_correction, and m_lo_ppm_correction_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setLowSampleRate | ( | qint32 | low_sample_rate | ) |
Definition at line 295 of file SWGRtlSdrSettings.cpp.
References low_sample_rate, and m_low_sample_rate_isSet.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setNoModMode | ( | qint32 | no_mod_mode | ) |
Definition at line 385 of file SWGRtlSdrSettings.cpp.
References m_no_mod_mode_isSet, and no_mod_mode.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setOffsetTuning | ( | qint32 | offset_tuning | ) |
Definition at line 395 of file SWGRtlSdrSettings.cpp.
References m_offset_tuning_isSet, and offset_tuning.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setReverseApiAddress | ( | QString * | reverse_api_address | ) |
Definition at line 455 of file SWGRtlSdrSettings.cpp.
References m_reverse_api_address_isSet, and reverse_api_address.
Referenced by RTLSDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGRtlSdrSettings::setReverseApiDeviceIndex | ( | qint32 | reverse_api_device_index | ) |
Definition at line 475 of file SWGRtlSdrSettings.cpp.
References m_reverse_api_device_index_isSet, and reverse_api_device_index.
Referenced by RTLSDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGRtlSdrSettings::setReverseApiPort | ( | qint32 | reverse_api_port | ) |
Definition at line 465 of file SWGRtlSdrSettings.cpp.
References m_reverse_api_port_isSet, and reverse_api_port.
Referenced by RTLSDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGRtlSdrSettings::setRfBandwidth | ( | qint32 | rf_bandwidth | ) |
Definition at line 425 of file SWGRtlSdrSettings.cpp.
References m_rf_bandwidth_isSet, and rf_bandwidth.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setTransverterDeltaFrequency | ( | qint64 | transverter_delta_frequency | ) |
Definition at line 415 of file SWGRtlSdrSettings.cpp.
References m_transverter_delta_frequency_isSet, and transverter_delta_frequency.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setTransverterMode | ( | qint32 | transverter_mode | ) |
Definition at line 405 of file SWGRtlSdrSettings.cpp.
References m_transverter_mode_isSet, and transverter_mode.
Referenced by RTLSDRInput::webapiFormatDeviceSettings(), and RTLSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGRtlSdrSettings::setUseReverseApi | ( | qint32 | use_reverse_api | ) |
Definition at line 445 of file SWGRtlSdrSettings.cpp.
References m_use_reverse_api_isSet, and use_reverse_api.
Referenced by RTLSDRInput::webapiFormatDeviceSettings().
|
private |
Definition at line 136 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAgc(), init(), setAgc(), and SWGRtlSdrSettings().
|
private |
Definition at line 115 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getCenterFrequency(), init(), setCenterFrequency(), and SWGRtlSdrSettings().
|
private |
Definition at line 130 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDcBlock(), init(), setDcBlock(), and SWGRtlSdrSettings().
|
private |
Definition at line 109 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDevSampleRate(), init(), setDevSampleRate(), and SWGRtlSdrSettings().
|
private |
Definition at line 127 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getFcPos(), init(), setFcPos(), and SWGRtlSdrSettings().
|
private |
Definition at line 154 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getFileRecordName(), init(), isSet(), setFileRecordName(), and SWGRtlSdrSettings().
|
private |
Definition at line 118 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getGain(), init(), setGain(), and SWGRtlSdrSettings().
|
private |
Definition at line 133 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getIqImbalance(), init(), setIqImbalance(), and SWGRtlSdrSettings().
|
private |
Definition at line 121 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLoPpmCorrection(), init(), setLoPpmCorrection(), and SWGRtlSdrSettings().
|
private |
Definition at line 124 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLog2Decim(), init(), setLog2Decim(), and SWGRtlSdrSettings().
|
private |
Definition at line 112 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLowSampleRate(), init(), setLowSampleRate(), and SWGRtlSdrSettings().
|
private |
Definition at line 137 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAgc(), and SWGRtlSdrSettings().
|
private |
Definition at line 116 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setCenterFrequency(), and SWGRtlSdrSettings().
|
private |
Definition at line 131 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDcBlock(), and SWGRtlSdrSettings().
|
private |
Definition at line 110 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDevSampleRate(), and SWGRtlSdrSettings().
|
private |
Definition at line 128 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setFcPos(), and SWGRtlSdrSettings().
|
private |
Definition at line 155 of file SWGRtlSdrSettings.h.
Referenced by init(), setFileRecordName(), and SWGRtlSdrSettings().
|
private |
Definition at line 119 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setGain(), and SWGRtlSdrSettings().
|
private |
Definition at line 134 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setIqImbalance(), and SWGRtlSdrSettings().
|
private |
Definition at line 122 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLoPpmCorrection(), and SWGRtlSdrSettings().
|
private |
Definition at line 125 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLog2Decim(), and SWGRtlSdrSettings().
|
private |
Definition at line 113 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLowSampleRate(), and SWGRtlSdrSettings().
|
private |
Definition at line 140 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setNoModMode(), and SWGRtlSdrSettings().
|
private |
Definition at line 143 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setOffsetTuning(), and SWGRtlSdrSettings().
|
private |
Definition at line 161 of file SWGRtlSdrSettings.h.
Referenced by init(), setReverseApiAddress(), and SWGRtlSdrSettings().
|
private |
Definition at line 167 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiDeviceIndex(), and SWGRtlSdrSettings().
|
private |
Definition at line 164 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiPort(), and SWGRtlSdrSettings().
|
private |
Definition at line 152 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setRfBandwidth(), and SWGRtlSdrSettings().
|
private |
Definition at line 149 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterDeltaFrequency(), and SWGRtlSdrSettings().
|
private |
Definition at line 146 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterMode(), and SWGRtlSdrSettings().
|
private |
Definition at line 158 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseReverseApi(), and SWGRtlSdrSettings().
|
private |
Definition at line 139 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getNoModMode(), init(), setNoModMode(), and SWGRtlSdrSettings().
|
private |
Definition at line 142 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getOffsetTuning(), init(), setOffsetTuning(), and SWGRtlSdrSettings().
|
private |
Definition at line 160 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getReverseApiAddress(), init(), isSet(), setReverseApiAddress(), and SWGRtlSdrSettings().
|
private |
Definition at line 166 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiDeviceIndex(), init(), setReverseApiDeviceIndex(), and SWGRtlSdrSettings().
|
private |
Definition at line 163 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiPort(), init(), setReverseApiPort(), and SWGRtlSdrSettings().
|
private |
Definition at line 151 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getRfBandwidth(), init(), setRfBandwidth(), and SWGRtlSdrSettings().
|
private |
Definition at line 148 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterDeltaFrequency(), init(), setTransverterDeltaFrequency(), and SWGRtlSdrSettings().
|
private |
Definition at line 145 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterMode(), init(), setTransverterMode(), and SWGRtlSdrSettings().
|
private |
Definition at line 157 of file SWGRtlSdrSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseReverseApi(), init(), setUseReverseApi(), and SWGRtlSdrSettings().