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 <SWGSoapySDRInputSettings.h>
Definition at line 35 of file SWGSoapySDRInputSettings.h.
SWGSDRangel::SWGSoapySDRInputSettings::SWGSoapySDRInputSettings | ( | ) |
Definition at line 30 of file SWGSoapySDRInputSettings.cpp.
References antenna, auto_dc_correction, auto_gain, auto_iq_correction, bandwidth, center_frequency, dc_correction, dev_sample_rate, device_arg_settings, fc_pos, file_record_name, global_gain, individual_gains, iq_correction, l_oppm_tenths, log2_decim, m_antenna_isSet, m_auto_dc_correction_isSet, m_auto_gain_isSet, m_auto_iq_correction_isSet, m_bandwidth_isSet, m_center_frequency_isSet, m_dc_correction_isSet, m_dev_sample_rate_isSet, m_device_arg_settings_isSet, m_fc_pos_isSet, m_file_record_name_isSet, m_global_gain_isSet, m_individual_gains_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_soft_dc_correction_isSet, m_soft_iq_correction_isSet, m_stream_arg_settings_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_tunable_elements_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, soft_dc_correction, soft_iq_correction, stream_arg_settings, transverter_delta_frequency, transverter_mode, tunable_elements, and use_reverse_api.
SWGSDRangel::SWGSoapySDRInputSettings::SWGSoapySDRInputSettings | ( | QString * | json | ) |
Definition at line 25 of file SWGSoapySDRInputSettings.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 85 of file SWGSoapySDRInputSettings.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 275 of file SWGSoapySDRInputSettings.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 286 of file SWGSoapySDRInputSettings.cpp.
References antenna, auto_dc_correction, auto_gain, auto_iq_correction, bandwidth, center_frequency, dc_correction, dev_sample_rate, device_arg_settings, fc_pos, file_record_name, global_gain, individual_gains, iq_correction, SWGSDRangel::SWGComplex::isSet(), l_oppm_tenths, log2_decim, m_auto_dc_correction_isSet, m_auto_gain_isSet, m_auto_iq_correction_isSet, m_bandwidth_isSet, m_center_frequency_isSet, m_dev_sample_rate_isSet, m_fc_pos_isSet, m_global_gain_isSet, m_l_oppm_tenths_isSet, m_log2_decim_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_soft_dc_correction_isSet, m_soft_iq_correction_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, soft_dc_correction, soft_iq_correction, stream_arg_settings, SWGSDRangel::toJsonArray(), SWGSDRangel::toJsonValue(), transverter_delta_frequency, transverter_mode, tunable_elements, and use_reverse_api.
Referenced by asJson().
void SWGSDRangel::SWGSoapySDRInputSettings::cleanup | ( | ) |
Definition at line 146 of file SWGSoapySDRInputSettings.cpp.
References antenna, dc_correction, device_arg_settings, file_record_name, individual_gains, iq_correction, reverse_api_address, stream_arg_settings, and tunable_elements.
Referenced by ~SWGSoapySDRInputSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 210 of file SWGSoapySDRInputSettings.cpp.
References fromJsonObject().
Referenced by SWGSoapySDRInputSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 219 of file SWGSoapySDRInputSettings.cpp.
References antenna, auto_dc_correction, auto_gain, auto_iq_correction, bandwidth, center_frequency, dc_correction, dev_sample_rate, device_arg_settings, fc_pos, file_record_name, global_gain, individual_gains, iq_correction, l_oppm_tenths, log2_decim, reverse_api_address, reverse_api_device_index, reverse_api_port, SWGSDRangel::setValue(), soft_dc_correction, soft_iq_correction, stream_arg_settings, transverter_delta_frequency, transverter_mode, tunable_elements, and use_reverse_api.
Referenced by fromJson(), and WebAPIRequestMapper::validateDeviceSettings().
QString * SWGSDRangel::SWGSoapySDRInputSettings::getAntenna | ( | ) |
Definition at line 471 of file SWGSoapySDRInputSettings.cpp.
References antenna.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getAutoDcCorrection | ( | ) |
Definition at line 531 of file SWGSoapySDRInputSettings.cpp.
References auto_dc_correction.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getAutoGain | ( | ) |
Definition at line 521 of file SWGSoapySDRInputSettings.cpp.
References auto_gain.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getAutoIqCorrection | ( | ) |
Definition at line 541 of file SWGSoapySDRInputSettings.cpp.
References auto_iq_correction.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getBandwidth | ( | ) |
Definition at line 481 of file SWGSoapySDRInputSettings.cpp.
References bandwidth.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGSoapySDRInputSettings::getCenterFrequency | ( | ) |
Definition at line 371 of file SWGSoapySDRInputSettings.cpp.
References center_frequency.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
SWGComplex * SWGSDRangel::SWGSoapySDRInputSettings::getDcCorrection | ( | ) |
Definition at line 551 of file SWGSoapySDRInputSettings.cpp.
References dc_correction.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), SoapySDRInput::webapiReverseSendSettings(), and SoapySDRInput::webapiSettingsPutPatch().
QList< SWGArgValue * > * SWGSDRangel::SWGSoapySDRInputSettings::getDeviceArgSettings | ( | ) |
Definition at line 581 of file SWGSoapySDRInputSettings.cpp.
References device_arg_settings.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getDevSampleRate | ( | ) |
Definition at line 391 of file SWGSoapySDRInputSettings.cpp.
References dev_sample_rate.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getFcPos | ( | ) |
Definition at line 411 of file SWGSoapySDRInputSettings.cpp.
References fc_pos.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGSoapySDRInputSettings::getFileRecordName | ( | ) |
Definition at line 461 of file SWGSoapySDRInputSettings.cpp.
References file_record_name.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getGlobalGain | ( | ) |
Definition at line 501 of file SWGSoapySDRInputSettings.cpp.
References global_gain.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
QList< SWGArgValue * > * SWGSDRangel::SWGSoapySDRInputSettings::getIndividualGains | ( | ) |
Definition at line 511 of file SWGSoapySDRInputSettings.cpp.
References individual_gains.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiSettingsPutPatch().
SWGComplex * SWGSDRangel::SWGSoapySDRInputSettings::getIqCorrection | ( | ) |
Definition at line 561 of file SWGSoapySDRInputSettings.cpp.
References iq_correction.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), SoapySDRInput::webapiReverseSendSettings(), and SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getLog2Decim | ( | ) |
Definition at line 401 of file SWGSoapySDRInputSettings.cpp.
References log2_decim.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getLOppmTenths | ( | ) |
Definition at line 381 of file SWGSoapySDRInputSettings.cpp.
References l_oppm_tenths.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGSoapySDRInputSettings::getReverseApiAddress | ( | ) |
Definition at line 601 of file SWGSoapySDRInputSettings.cpp.
References reverse_api_address.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getReverseApiDeviceIndex | ( | ) |
Definition at line 621 of file SWGSoapySDRInputSettings.cpp.
References reverse_api_device_index.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getReverseApiPort | ( | ) |
Definition at line 611 of file SWGSoapySDRInputSettings.cpp.
References reverse_api_port.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getSoftDcCorrection | ( | ) |
Definition at line 421 of file SWGSoapySDRInputSettings.cpp.
References soft_dc_correction.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getSoftIqCorrection | ( | ) |
Definition at line 431 of file SWGSoapySDRInputSettings.cpp.
References soft_iq_correction.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
QList< SWGArgValue * > * SWGSDRangel::SWGSoapySDRInputSettings::getStreamArgSettings | ( | ) |
Definition at line 571 of file SWGSoapySDRInputSettings.cpp.
References stream_arg_settings.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGSoapySDRInputSettings::getTransverterDeltaFrequency | ( | ) |
Definition at line 451 of file SWGSoapySDRInputSettings.cpp.
References transverter_delta_frequency.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getTransverterMode | ( | ) |
Definition at line 441 of file SWGSoapySDRInputSettings.cpp.
References transverter_mode.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
QList< SWGArgValue * > * SWGSDRangel::SWGSoapySDRInputSettings::getTunableElements | ( | ) |
Definition at line 491 of file SWGSoapySDRInputSettings.cpp.
References tunable_elements.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGSoapySDRInputSettings::getUseReverseApi | ( | ) |
Definition at line 591 of file SWGSoapySDRInputSettings.cpp.
References use_reverse_api.
Referenced by SoapySDRInput::webapiSettingsPutPatch().
void SWGSDRangel::SWGSoapySDRInputSettings::init | ( | ) |
Definition at line 90 of file SWGSoapySDRInputSettings.cpp.
References antenna, auto_dc_correction, auto_gain, auto_iq_correction, bandwidth, center_frequency, dc_correction, dev_sample_rate, device_arg_settings, fc_pos, file_record_name, global_gain, individual_gains, iq_correction, l_oppm_tenths, log2_decim, m_antenna_isSet, m_auto_dc_correction_isSet, m_auto_gain_isSet, m_auto_iq_correction_isSet, m_bandwidth_isSet, m_center_frequency_isSet, m_dc_correction_isSet, m_dev_sample_rate_isSet, m_device_arg_settings_isSet, m_fc_pos_isSet, m_file_record_name_isSet, m_global_gain_isSet, m_individual_gains_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_soft_dc_correction_isSet, m_soft_iq_correction_isSet, m_stream_arg_settings_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_tunable_elements_isSet, m_use_reverse_api_isSet, reverse_api_address, reverse_api_device_index, reverse_api_port, soft_dc_correction, soft_iq_correction, stream_arg_settings, transverter_delta_frequency, transverter_mode, tunable_elements, and use_reverse_api.
Referenced by SWGSoapySDRInputSettings(), WebAPIRequestMapper::validateDeviceSettings(), SoapySDRInput::webapiReverseSendSettings(), and SoapySDRInput::webapiSettingsGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 632 of file SWGSoapySDRInputSettings.cpp.
References antenna, dc_correction, device_arg_settings, file_record_name, individual_gains, iq_correction, SWGSDRangel::SWGComplex::isSet(), m_auto_dc_correction_isSet, m_auto_gain_isSet, m_auto_iq_correction_isSet, m_bandwidth_isSet, m_center_frequency_isSet, m_dev_sample_rate_isSet, m_fc_pos_isSet, m_global_gain_isSet, m_l_oppm_tenths_isSet, m_log2_decim_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_soft_dc_correction_isSet, m_soft_iq_correction_isSet, m_transverter_delta_frequency_isSet, m_transverter_mode_isSet, m_use_reverse_api_isSet, reverse_api_address, stream_arg_settings, and tunable_elements.
Referenced by SWGSDRangel::SWGDeviceSettings::asJsonObject(), SWGSDRangel::SWGDeviceSettings_2::asJsonObject(), SWGSDRangel::SWGDeviceSettings_2::isSet(), and SWGSDRangel::SWGDeviceSettings::isSet().
void SWGSDRangel::SWGSoapySDRInputSettings::setAntenna | ( | QString * | antenna | ) |
Definition at line 475 of file SWGSoapySDRInputSettings.cpp.
References antenna, and m_antenna_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setAutoDcCorrection | ( | qint32 | auto_dc_correction | ) |
Definition at line 535 of file SWGSoapySDRInputSettings.cpp.
References auto_dc_correction, and m_auto_dc_correction_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setAutoGain | ( | qint32 | auto_gain | ) |
Definition at line 525 of file SWGSoapySDRInputSettings.cpp.
References auto_gain, and m_auto_gain_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setAutoIqCorrection | ( | qint32 | auto_iq_correction | ) |
Definition at line 545 of file SWGSoapySDRInputSettings.cpp.
References auto_iq_correction, and m_auto_iq_correction_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setBandwidth | ( | qint32 | bandwidth | ) |
Definition at line 485 of file SWGSoapySDRInputSettings.cpp.
References bandwidth, and m_bandwidth_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setCenterFrequency | ( | qint64 | center_frequency | ) |
Definition at line 375 of file SWGSoapySDRInputSettings.cpp.
References center_frequency, and m_center_frequency_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setDcCorrection | ( | SWGComplex * | dc_correction | ) |
Definition at line 555 of file SWGSoapySDRInputSettings.cpp.
References dc_correction, and m_dc_correction_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setDeviceArgSettings | ( | QList< SWGArgValue *> * | device_arg_settings | ) |
Definition at line 585 of file SWGSoapySDRInputSettings.cpp.
References device_arg_settings, and m_device_arg_settings_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setDevSampleRate | ( | qint32 | dev_sample_rate | ) |
Definition at line 395 of file SWGSoapySDRInputSettings.cpp.
References dev_sample_rate, and m_dev_sample_rate_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setFcPos | ( | qint32 | fc_pos | ) |
Definition at line 415 of file SWGSoapySDRInputSettings.cpp.
References fc_pos, and m_fc_pos_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setFileRecordName | ( | QString * | file_record_name | ) |
Definition at line 465 of file SWGSoapySDRInputSettings.cpp.
References file_record_name, and m_file_record_name_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setGlobalGain | ( | qint32 | global_gain | ) |
Definition at line 505 of file SWGSoapySDRInputSettings.cpp.
References global_gain, and m_global_gain_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setIndividualGains | ( | QList< SWGArgValue *> * | individual_gains | ) |
Definition at line 515 of file SWGSoapySDRInputSettings.cpp.
References individual_gains, and m_individual_gains_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setIqCorrection | ( | SWGComplex * | iq_correction | ) |
Definition at line 565 of file SWGSoapySDRInputSettings.cpp.
References iq_correction, and m_iq_correction_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setLog2Decim | ( | qint32 | log2_decim | ) |
Definition at line 405 of file SWGSoapySDRInputSettings.cpp.
References log2_decim, and m_log2_decim_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setLOppmTenths | ( | qint32 | l_oppm_tenths | ) |
Definition at line 385 of file SWGSoapySDRInputSettings.cpp.
References l_oppm_tenths, and m_l_oppm_tenths_isSet.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setReverseApiAddress | ( | QString * | reverse_api_address | ) |
Definition at line 605 of file SWGSoapySDRInputSettings.cpp.
References m_reverse_api_address_isSet, and reverse_api_address.
Referenced by SoapySDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setReverseApiDeviceIndex | ( | qint32 | reverse_api_device_index | ) |
Definition at line 625 of file SWGSoapySDRInputSettings.cpp.
References m_reverse_api_device_index_isSet, and reverse_api_device_index.
Referenced by SoapySDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setReverseApiPort | ( | qint32 | reverse_api_port | ) |
Definition at line 615 of file SWGSoapySDRInputSettings.cpp.
References m_reverse_api_port_isSet, and reverse_api_port.
Referenced by SoapySDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setSoftDcCorrection | ( | qint32 | soft_dc_correction | ) |
Definition at line 425 of file SWGSoapySDRInputSettings.cpp.
References m_soft_dc_correction_isSet, and soft_dc_correction.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setSoftIqCorrection | ( | qint32 | soft_iq_correction | ) |
Definition at line 435 of file SWGSoapySDRInputSettings.cpp.
References m_soft_iq_correction_isSet, and soft_iq_correction.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setStreamArgSettings | ( | QList< SWGArgValue *> * | stream_arg_settings | ) |
Definition at line 575 of file SWGSoapySDRInputSettings.cpp.
References m_stream_arg_settings_isSet, and stream_arg_settings.
Referenced by SoapySDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setTransverterDeltaFrequency | ( | qint64 | transverter_delta_frequency | ) |
Definition at line 455 of file SWGSoapySDRInputSettings.cpp.
References m_transverter_delta_frequency_isSet, and transverter_delta_frequency.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setTransverterMode | ( | qint32 | transverter_mode | ) |
Definition at line 445 of file SWGSoapySDRInputSettings.cpp.
References m_transverter_mode_isSet, and transverter_mode.
Referenced by SoapySDRInput::webapiFormatDeviceSettings(), and SoapySDRInput::webapiReverseSendSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setTunableElements | ( | QList< SWGArgValue *> * | tunable_elements | ) |
Definition at line 495 of file SWGSoapySDRInputSettings.cpp.
References m_tunable_elements_isSet, and tunable_elements.
Referenced by SoapySDRInput::webapiFormatDeviceSettings().
void SWGSDRangel::SWGSoapySDRInputSettings::setUseReverseApi | ( | qint32 | use_reverse_api | ) |
Definition at line 595 of file SWGSoapySDRInputSettings.cpp.
References m_use_reverse_api_isSet, and use_reverse_api.
Referenced by SoapySDRInput::webapiFormatDeviceSettings().
|
private |
Definition at line 160 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getAntenna(), init(), isSet(), setAntenna(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 178 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAutoDcCorrection(), init(), setAutoDcCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 175 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAutoGain(), init(), setAutoGain(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 181 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAutoIqCorrection(), init(), setAutoIqCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 163 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getBandwidth(), init(), setBandwidth(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 130 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getCenterFrequency(), init(), setCenterFrequency(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 184 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getDcCorrection(), init(), isSet(), setDcCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 136 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getDevSampleRate(), init(), setDevSampleRate(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 193 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getDeviceArgSettings(), init(), isSet(), setDeviceArgSettings(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 142 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getFcPos(), init(), setFcPos(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 157 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getFileRecordName(), init(), isSet(), setFileRecordName(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 169 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getGlobalGain(), init(), setGlobalGain(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 172 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getIndividualGains(), init(), isSet(), setIndividualGains(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 187 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getIqCorrection(), init(), isSet(), setIqCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 133 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLOppmTenths(), init(), setLOppmTenths(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 139 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getLog2Decim(), init(), setLog2Decim(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 161 of file SWGSoapySDRInputSettings.h.
Referenced by init(), setAntenna(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 179 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAutoDcCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 176 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAutoGain(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 182 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAutoIqCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 164 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setBandwidth(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 131 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setCenterFrequency(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 185 of file SWGSoapySDRInputSettings.h.
Referenced by init(), setDcCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 137 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setDevSampleRate(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 194 of file SWGSoapySDRInputSettings.h.
Referenced by init(), setDeviceArgSettings(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 143 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setFcPos(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 158 of file SWGSoapySDRInputSettings.h.
Referenced by init(), setFileRecordName(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 170 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setGlobalGain(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 173 of file SWGSoapySDRInputSettings.h.
Referenced by init(), setIndividualGains(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 188 of file SWGSoapySDRInputSettings.h.
Referenced by init(), setIqCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 134 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLOppmTenths(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 140 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setLog2Decim(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 200 of file SWGSoapySDRInputSettings.h.
Referenced by init(), setReverseApiAddress(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 206 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiDeviceIndex(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 203 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiPort(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 146 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setSoftDcCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 149 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setSoftIqCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 191 of file SWGSoapySDRInputSettings.h.
Referenced by init(), setStreamArgSettings(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 155 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterDeltaFrequency(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 152 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setTransverterMode(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 167 of file SWGSoapySDRInputSettings.h.
Referenced by init(), setTunableElements(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 197 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseReverseApi(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 199 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getReverseApiAddress(), init(), isSet(), setReverseApiAddress(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 205 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiDeviceIndex(), init(), setReverseApiDeviceIndex(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 202 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiPort(), init(), setReverseApiPort(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 145 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getSoftDcCorrection(), init(), setSoftDcCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 148 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getSoftIqCorrection(), init(), setSoftIqCorrection(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 190 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getStreamArgSettings(), init(), isSet(), setStreamArgSettings(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 154 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterDeltaFrequency(), init(), setTransverterDeltaFrequency(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 151 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getTransverterMode(), init(), setTransverterMode(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 166 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getTunableElements(), init(), isSet(), setTunableElements(), and SWGSoapySDRInputSettings().
|
private |
Definition at line 196 of file SWGSoapySDRInputSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseReverseApi(), init(), setUseReverseApi(), and SWGSoapySDRInputSettings().