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 <SWGPlutoSdrInputSettings.h>
Definition at line 32 of file SWGPlutoSdrInputSettings.h.
SWGSDRangel::SWGPlutoSdrInputSettings::SWGPlutoSdrInputSettings | ( | ) |
Definition at line 30 of file SWGPlutoSdrInputSettings.cpp.
References antenna_path, center_frequency, dc_block, dev_sample_rate, fc_pos, file_record_name, gain, gain_mode, hw_bbdc_block, hw_iq_correction, hw_rfdc_block, iq_correction, l_oppm_tenths, log2_decim, lpf_bw, lpf_fi_rlog2_decim, lpf_fir_enable, lpf_fir_gain, lpf_firbw, m_antenna_path_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_gain_mode_isSet, m_hw_bbdc_block_isSet, m_hw_iq_correction_isSet, m_hw_rfdc_block_isSet, m_iq_correction_isSet, m_l_oppm_tenths_isSet, m_log2_decim_isSet, m_lpf_bw_isSet, m_lpf_fi_rlog2_decim_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::SWGPlutoSdrInputSettings::SWGPlutoSdrInputSettings | ( | QString * | json | ) |
Definition at line 25 of file SWGPlutoSdrInputSettings.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 83 of file SWGPlutoSdrInputSettings.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 238 of file SWGPlutoSdrInputSettings.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 249 of file SWGPlutoSdrInputSettings.cpp.
References antenna_path, center_frequency, dc_block, dev_sample_rate, fc_pos, file_record_name, gain, gain_mode, hw_bbdc_block, hw_iq_correction, hw_rfdc_block, iq_correction, l_oppm_tenths, log2_decim, lpf_bw, lpf_fi_rlog2_decim, lpf_fir_enable, lpf_fir_gain, lpf_firbw, m_antenna_path_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_isSet, m_fc_pos_isSet, m_gain_isSet, m_gain_mode_isSet, m_hw_bbdc_block_isSet, m_hw_iq_correction_isSet, m_hw_rfdc_block_isSet, m_iq_correction_isSet, m_l_oppm_tenths_isSet, m_log2_decim_isSet, m_lpf_bw_isSet, m_lpf_fi_rlog2_decim_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::SWGPlutoSdrInputSettings::cleanup | ( | ) |
Definition at line 142 of file SWGPlutoSdrInputSettings.cpp.
References file_record_name, and reverse_api_address.
Referenced by ~SWGPlutoSdrInputSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 175 of file SWGPlutoSdrInputSettings.cpp.
References fromJsonObject().
Referenced by SWGPlutoSdrInputSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 184 of file SWGPlutoSdrInputSettings.cpp.
References antenna_path, center_frequency, dc_block, dev_sample_rate, fc_pos, file_record_name, gain, gain_mode, hw_bbdc_block, hw_iq_correction, hw_rfdc_block, iq_correction, l_oppm_tenths, log2_decim, lpf_bw, lpf_fi_rlog2_decim, 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::SWGPlutoSdrInputSettings::getAntennaPath | ( | ) |
Definition at line 491 of file SWGPlutoSdrInputSettings.cpp.
References antenna_path.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGPlutoSdrInputSettings::getCenterFrequency | ( | ) |
Definition at line 331 of file SWGPlutoSdrInputSettings.cpp.
References center_frequency.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getDcBlock | ( | ) |
Definition at line 411 of file SWGPlutoSdrInputSettings.cpp.
References dc_block.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getDevSampleRate | ( | ) |
Definition at line 341 of file SWGPlutoSdrInputSettings.cpp.
References dev_sample_rate.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getFcPos | ( | ) |
Definition at line 401 of file SWGPlutoSdrInputSettings.cpp.
References fc_pos.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGPlutoSdrInputSettings::getFileRecordName | ( | ) |
Definition at line 531 of file SWGPlutoSdrInputSettings.cpp.
References file_record_name.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getGain | ( | ) |
Definition at line 481 of file SWGPlutoSdrInputSettings.cpp.
References gain.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getGainMode | ( | ) |
Definition at line 501 of file SWGPlutoSdrInputSettings.cpp.
References gain_mode.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getHwBbdcBlock | ( | ) |
Definition at line 431 of file SWGPlutoSdrInputSettings.cpp.
References hw_bbdc_block.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getHwIqCorrection | ( | ) |
Definition at line 451 of file SWGPlutoSdrInputSettings.cpp.
References hw_iq_correction.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getHwRfdcBlock | ( | ) |
Definition at line 441 of file SWGPlutoSdrInputSettings.cpp.
References hw_rfdc_block.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getIqCorrection | ( | ) |
Definition at line 421 of file SWGPlutoSdrInputSettings.cpp.
References iq_correction.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getLog2Decim | ( | ) |
Definition at line 461 of file SWGPlutoSdrInputSettings.cpp.
References log2_decim.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getLOppmTenths | ( | ) |
Definition at line 351 of file SWGPlutoSdrInputSettings.cpp.
References l_oppm_tenths.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getLpfBw | ( | ) |
Definition at line 471 of file SWGPlutoSdrInputSettings.cpp.
References lpf_bw.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getLpfFirbw | ( | ) |
Definition at line 371 of file SWGPlutoSdrInputSettings.cpp.
References lpf_firbw.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getLpfFirEnable | ( | ) |
Definition at line 361 of file SWGPlutoSdrInputSettings.cpp.
References lpf_fir_enable.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getLpfFirGain | ( | ) |
Definition at line 391 of file SWGPlutoSdrInputSettings.cpp.
References lpf_fir_gain.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getLpfFiRlog2Decim | ( | ) |
Definition at line 381 of file SWGPlutoSdrInputSettings.cpp.
References lpf_fi_rlog2_decim.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGPlutoSdrInputSettings::getReverseApiAddress | ( | ) |
Definition at line 551 of file SWGPlutoSdrInputSettings.cpp.
References reverse_api_address.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getReverseApiDeviceIndex | ( | ) |
Definition at line 571 of file SWGPlutoSdrInputSettings.cpp.
References reverse_api_device_index.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getReverseApiPort | ( | ) |
Definition at line 561 of file SWGPlutoSdrInputSettings.cpp.
References reverse_api_port.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGPlutoSdrInputSettings::getTransverterDeltaFrequency | ( | ) |
Definition at line 521 of file SWGPlutoSdrInputSettings.cpp.
References transverter_delta_frequency.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getTransverterMode | ( | ) |
Definition at line 511 of file SWGPlutoSdrInputSettings.cpp.
References transverter_mode.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGPlutoSdrInputSettings::getUseReverseApi | ( | ) |
Definition at line 541 of file SWGPlutoSdrInputSettings.cpp.
References use_reverse_api.
Referenced by PlutoSDRInput::webapiSettingsPutPatch().
void SWGSDRangel::SWGPlutoSdrInputSettings::init | ( | ) |
Definition at line 88 of file SWGPlutoSdrInputSettings.cpp.
References antenna_path, center_frequency, dc_block, dev_sample_rate, fc_pos, file_record_name, gain, gain_mode, hw_bbdc_block, hw_iq_correction, hw_rfdc_block, iq_correction, l_oppm_tenths, log2_decim, lpf_bw, lpf_fi_rlog2_decim, lpf_fir_enable, lpf_fir_gain, lpf_firbw, m_antenna_path_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_gain_mode_isSet, m_hw_bbdc_block_isSet, m_hw_iq_correction_isSet, m_hw_rfdc_block_isSet, m_iq_correction_isSet, m_l_oppm_tenths_isSet, m_log2_decim_isSet, m_lpf_bw_isSet, m_lpf_fi_rlog2_decim_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 SWGPlutoSdrInputSettings(), and PlutoSDRInput::webapiSettingsGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 582 of file SWGPlutoSdrInputSettings.cpp.
References file_record_name, m_antenna_path_isSet, m_center_frequency_isSet, m_dc_block_isSet, m_dev_sample_rate_isSet, m_fc_pos_isSet, m_gain_isSet, m_gain_mode_isSet, m_hw_bbdc_block_isSet, m_hw_iq_correction_isSet, m_hw_rfdc_block_isSet, m_iq_correction_isSet, m_l_oppm_tenths_isSet, m_log2_decim_isSet, m_lpf_bw_isSet, m_lpf_fi_rlog2_decim_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::SWGPlutoSdrInputSettings::setAntennaPath | ( | qint32 | antenna_path | ) |
Definition at line 495 of file SWGPlutoSdrInputSettings.cpp.
References antenna_path, and m_antenna_path_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setCenterFrequency | ( | qint64 | center_frequency | ) |
Definition at line 335 of file SWGPlutoSdrInputSettings.cpp.
References center_frequency, and m_center_frequency_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setDcBlock | ( | qint32 | dc_block | ) |
Definition at line 415 of file SWGPlutoSdrInputSettings.cpp.
References dc_block, and m_dc_block_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setDevSampleRate | ( | qint32 | dev_sample_rate | ) |
Definition at line 345 of file SWGPlutoSdrInputSettings.cpp.
References dev_sample_rate, and m_dev_sample_rate_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setFcPos | ( | qint32 | fc_pos | ) |
Definition at line 405 of file SWGPlutoSdrInputSettings.cpp.
References fc_pos, and m_fc_pos_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setFileRecordName | ( | QString * | file_record_name | ) |
Definition at line 535 of file SWGPlutoSdrInputSettings.cpp.
References file_record_name, and m_file_record_name_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setGain | ( | qint32 | gain | ) |
Definition at line 485 of file SWGPlutoSdrInputSettings.cpp.
References gain, and m_gain_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setGainMode | ( | qint32 | gain_mode | ) |
Definition at line 505 of file SWGPlutoSdrInputSettings.cpp.
References gain_mode, and m_gain_mode_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setHwBbdcBlock | ( | qint32 | hw_bbdc_block | ) |
Definition at line 435 of file SWGPlutoSdrInputSettings.cpp.
References hw_bbdc_block, and m_hw_bbdc_block_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setHwIqCorrection | ( | qint32 | hw_iq_correction | ) |
Definition at line 455 of file SWGPlutoSdrInputSettings.cpp.
References hw_iq_correction, and m_hw_iq_correction_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setHwRfdcBlock | ( | qint32 | hw_rfdc_block | ) |
Definition at line 445 of file SWGPlutoSdrInputSettings.cpp.
References hw_rfdc_block, and m_hw_rfdc_block_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setIqCorrection | ( | qint32 | iq_correction | ) |
Definition at line 425 of file SWGPlutoSdrInputSettings.cpp.
References iq_correction, and m_iq_correction_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setLog2Decim | ( | qint32 | log2_decim | ) |
Definition at line 465 of file SWGPlutoSdrInputSettings.cpp.
References log2_decim, and m_log2_decim_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setLOppmTenths | ( | qint32 | l_oppm_tenths | ) |
Definition at line 355 of file SWGPlutoSdrInputSettings.cpp.
References l_oppm_tenths, and m_l_oppm_tenths_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setLpfBw | ( | qint32 | lpf_bw | ) |
Definition at line 475 of file SWGPlutoSdrInputSettings.cpp.
References lpf_bw, and m_lpf_bw_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setLpfFirbw | ( | qint32 | lpf_firbw | ) |
Definition at line 375 of file SWGPlutoSdrInputSettings.cpp.
References lpf_firbw, and m_lpf_firbw_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setLpfFirEnable | ( | qint32 | lpf_fir_enable | ) |
Definition at line 365 of file SWGPlutoSdrInputSettings.cpp.
References lpf_fir_enable, and m_lpf_fir_enable_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setLpfFirGain | ( | qint32 | lpf_fir_gain | ) |
Definition at line 395 of file SWGPlutoSdrInputSettings.cpp.
References lpf_fir_gain, and m_lpf_fir_gain_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setLpfFiRlog2Decim | ( | qint32 | lpf_fi_rlog2_decim | ) |
Definition at line 385 of file SWGPlutoSdrInputSettings.cpp.
References lpf_fi_rlog2_decim, and m_lpf_fi_rlog2_decim_isSet.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setReverseApiAddress | ( | QString * | reverse_api_address | ) |
Definition at line 555 of file SWGPlutoSdrInputSettings.cpp.
References m_reverse_api_address_isSet, and reverse_api_address.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setReverseApiDeviceIndex | ( | qint32 | reverse_api_device_index | ) |
Definition at line 575 of file SWGPlutoSdrInputSettings.cpp.
References m_reverse_api_device_index_isSet, and reverse_api_device_index.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setReverseApiPort | ( | qint32 | reverse_api_port | ) |
Definition at line 565 of file SWGPlutoSdrInputSettings.cpp.
References m_reverse_api_port_isSet, and reverse_api_port.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setTransverterDeltaFrequency | ( | qint64 | transverter_delta_frequency | ) |
Definition at line 525 of file SWGPlutoSdrInputSettings.cpp.
References m_transverter_delta_frequency_isSet, and transverter_delta_frequency.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setTransverterMode | ( | qint32 | transverter_mode | ) |
Definition at line 515 of file SWGPlutoSdrInputSettings.cpp.
References m_transverter_mode_isSet, and transverter_mode.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings(), and PlutoSDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGPlutoSdrInputSettings::setUseReverseApi | ( | qint32 | use_reverse_api | ) |
Definition at line 545 of file SWGPlutoSdrInputSettings.cpp.
References m_use_reverse_api_isSet, and use_reverse_api.
Referenced by PlutoSDRInput::webapiFormatDeviceSettings().
|
private |
Definition at line 172 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAntennaPath(), init(), setAntennaPath(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 124 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getCenterFrequency(), init(), setCenterFrequency(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 148 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDcBlock(), init(), setDcBlock(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 127 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDevSampleRate(), init(), setDevSampleRate(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 145 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getFcPos(), init(), setFcPos(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 184 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getFileRecordName(), init(), isSet(), setFileRecordName(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 169 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getGain(), init(), setGain(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 175 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getGainMode(), init(), setGainMode(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 154 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getHwBbdcBlock(), init(), setHwBbdcBlock(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 160 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getHwIqCorrection(), init(), setHwIqCorrection(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 157 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getHwRfdcBlock(), init(), setHwRfdcBlock(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 151 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getIqCorrection(), init(), setIqCorrection(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 130 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLOppmTenths(), init(), setLOppmTenths(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 163 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLog2Decim(), init(), setLog2Decim(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 166 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfBw(), init(), setLpfBw(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 139 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfFiRlog2Decim(), init(), setLpfFiRlog2Decim(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 133 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfFirEnable(), init(), setLpfFirEnable(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 142 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfFirGain(), init(), setLpfFirGain(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 136 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLpfFirbw(), init(), setLpfFirbw(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 173 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAntennaPath(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 125 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setCenterFrequency(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 149 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDcBlock(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 128 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDevSampleRate(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 146 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setFcPos(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 185 of file SWGPlutoSdrInputSettings.h.
Referenced by init(), setFileRecordName(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 170 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setGain(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 176 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setGainMode(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 155 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setHwBbdcBlock(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 161 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setHwIqCorrection(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 158 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setHwRfdcBlock(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 152 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setIqCorrection(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 131 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLOppmTenths(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 164 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLog2Decim(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 167 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfBw(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 140 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfFiRlog2Decim(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 134 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfFirEnable(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 143 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfFirGain(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 137 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLpfFirbw(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 191 of file SWGPlutoSdrInputSettings.h.
Referenced by init(), setReverseApiAddress(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 197 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiDeviceIndex(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 194 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiPort(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 182 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterDeltaFrequency(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 179 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterMode(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 188 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseReverseApi(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 190 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getReverseApiAddress(), init(), isSet(), setReverseApiAddress(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 196 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiDeviceIndex(), init(), setReverseApiDeviceIndex(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 193 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiPort(), init(), setReverseApiPort(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 181 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterDeltaFrequency(), init(), setTransverterDeltaFrequency(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 178 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterMode(), init(), setTransverterMode(), and SWGPlutoSdrInputSettings().
|
private |
Definition at line 187 of file SWGPlutoSdrInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseReverseApi(), init(), setUseReverseApi(), and SWGPlutoSdrInputSettings().