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 <SWGBladeRF2OutputReport.h>
Public Member Functions | |
SWGBladeRF2OutputReport () | |
SWGBladeRF2OutputReport (QString *json) | |
virtual | ~SWGBladeRF2OutputReport () |
void | init () |
void | cleanup () |
virtual QString | asJson () override |
virtual QJsonObject * | asJsonObject () override |
virtual void | fromJsonObject (QJsonObject &json) override |
virtual SWGBladeRF2OutputReport * | fromJson (QString &jsonString) override |
SWGFrequencyRange * | getFrequencyRange () |
void | setFrequencyRange (SWGFrequencyRange *frequency_range) |
SWGRange * | getSampleRateRange () |
void | setSampleRateRange (SWGRange *sample_rate_range) |
SWGRange * | getBandwidthRange () |
void | setBandwidthRange (SWGRange *bandwidth_range) |
SWGRange * | getGlobalGainRange () |
void | setGlobalGainRange (SWGRange *global_gain_range) |
virtual bool | isSet () override |
Public Member Functions inherited from SWGSDRangel::SWGObject | |
virtual | ~SWGObject () |
Private Attributes | |
SWGFrequencyRange * | frequency_range |
bool | m_frequency_range_isSet |
SWGRange * | sample_rate_range |
bool | m_sample_rate_range_isSet |
SWGRange * | bandwidth_range |
bool | m_bandwidth_range_isSet |
SWGRange * | global_gain_range |
bool | m_global_gain_range_isSet |
Definition at line 33 of file SWGBladeRF2OutputReport.h.
SWGSDRangel::SWGBladeRF2OutputReport::SWGBladeRF2OutputReport | ( | ) |
Definition at line 30 of file SWGBladeRF2OutputReport.cpp.
References bandwidth_range, frequency_range, global_gain_range, m_bandwidth_range_isSet, m_frequency_range_isSet, m_global_gain_range_isSet, m_sample_rate_range_isSet, and sample_rate_range.
SWGSDRangel::SWGBladeRF2OutputReport::SWGBladeRF2OutputReport | ( | QString * | json | ) |
Definition at line 25 of file SWGBladeRF2OutputReport.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 41 of file SWGBladeRF2OutputReport.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 95 of file SWGBladeRF2OutputReport.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 106 of file SWGBladeRF2OutputReport.cpp.
References bandwidth_range, frequency_range, global_gain_range, SWGSDRangel::SWGRange::isSet(), SWGSDRangel::SWGFrequencyRange::isSet(), sample_rate_range, and SWGSDRangel::toJsonValue().
Referenced by asJson().
void SWGSDRangel::SWGBladeRF2OutputReport::cleanup | ( | ) |
Definition at line 58 of file SWGBladeRF2OutputReport.cpp.
References bandwidth_range, frequency_range, global_gain_range, and sample_rate_range.
Referenced by ~SWGBladeRF2OutputReport().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 74 of file SWGBladeRF2OutputReport.cpp.
References fromJsonObject().
Referenced by SWGBladeRF2OutputReport().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 83 of file SWGBladeRF2OutputReport.cpp.
References bandwidth_range, frequency_range, global_gain_range, sample_rate_range, and SWGSDRangel::setValue().
Referenced by fromJson().
SWGRange * SWGSDRangel::SWGBladeRF2OutputReport::getBandwidthRange | ( | ) |
Definition at line 145 of file SWGBladeRF2OutputReport.cpp.
References bandwidth_range.
Referenced by BladeRF2Output::webapiFormatDeviceReport().
SWGFrequencyRange * SWGSDRangel::SWGBladeRF2OutputReport::getFrequencyRange | ( | ) |
Definition at line 125 of file SWGBladeRF2OutputReport.cpp.
References frequency_range.
Referenced by BladeRF2Output::webapiFormatDeviceReport().
SWGRange * SWGSDRangel::SWGBladeRF2OutputReport::getGlobalGainRange | ( | ) |
Definition at line 155 of file SWGBladeRF2OutputReport.cpp.
References global_gain_range.
Referenced by BladeRF2Output::webapiFormatDeviceReport().
SWGRange * SWGSDRangel::SWGBladeRF2OutputReport::getSampleRateRange | ( | ) |
Definition at line 135 of file SWGBladeRF2OutputReport.cpp.
References sample_rate_range.
Referenced by BladeRF2Output::webapiFormatDeviceReport().
void SWGSDRangel::SWGBladeRF2OutputReport::init | ( | ) |
Definition at line 46 of file SWGBladeRF2OutputReport.cpp.
References bandwidth_range, frequency_range, global_gain_range, m_bandwidth_range_isSet, m_frequency_range_isSet, m_global_gain_range_isSet, m_sample_rate_range_isSet, and sample_rate_range.
Referenced by SWGBladeRF2OutputReport(), and BladeRF2Output::webapiReportGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 166 of file SWGBladeRF2OutputReport.cpp.
References bandwidth_range, frequency_range, global_gain_range, SWGSDRangel::SWGRange::isSet(), SWGSDRangel::SWGFrequencyRange::isSet(), and sample_rate_range.
Referenced by SWGSDRangel::SWGDeviceReport::asJsonObject(), and SWGSDRangel::SWGDeviceReport::isSet().
void SWGSDRangel::SWGBladeRF2OutputReport::setBandwidthRange | ( | SWGRange * | bandwidth_range | ) |
Definition at line 149 of file SWGBladeRF2OutputReport.cpp.
References bandwidth_range, and m_bandwidth_range_isSet.
Referenced by BladeRF2Output::webapiFormatDeviceReport().
void SWGSDRangel::SWGBladeRF2OutputReport::setFrequencyRange | ( | SWGFrequencyRange * | frequency_range | ) |
Definition at line 129 of file SWGBladeRF2OutputReport.cpp.
References frequency_range, and m_frequency_range_isSet.
Referenced by BladeRF2Output::webapiFormatDeviceReport().
void SWGSDRangel::SWGBladeRF2OutputReport::setGlobalGainRange | ( | SWGRange * | global_gain_range | ) |
Definition at line 159 of file SWGBladeRF2OutputReport.cpp.
References global_gain_range, and m_global_gain_range_isSet.
Referenced by BladeRF2Output::webapiFormatDeviceReport().
void SWGSDRangel::SWGBladeRF2OutputReport::setSampleRateRange | ( | SWGRange * | sample_rate_range | ) |
Definition at line 139 of file SWGBladeRF2OutputReport.cpp.
References m_sample_rate_range_isSet, and sample_rate_range.
Referenced by BladeRF2Output::webapiFormatDeviceReport().
|
private |
Definition at line 68 of file SWGBladeRF2OutputReport.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getBandwidthRange(), init(), isSet(), setBandwidthRange(), and SWGBladeRF2OutputReport().
|
private |
Definition at line 62 of file SWGBladeRF2OutputReport.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getFrequencyRange(), init(), isSet(), setFrequencyRange(), and SWGBladeRF2OutputReport().
|
private |
Definition at line 71 of file SWGBladeRF2OutputReport.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getGlobalGainRange(), init(), isSet(), setGlobalGainRange(), and SWGBladeRF2OutputReport().
|
private |
Definition at line 69 of file SWGBladeRF2OutputReport.h.
Referenced by init(), setBandwidthRange(), and SWGBladeRF2OutputReport().
|
private |
Definition at line 63 of file SWGBladeRF2OutputReport.h.
Referenced by init(), setFrequencyRange(), and SWGBladeRF2OutputReport().
|
private |
Definition at line 72 of file SWGBladeRF2OutputReport.h.
Referenced by init(), setGlobalGainRange(), and SWGBladeRF2OutputReport().
|
private |
Definition at line 66 of file SWGBladeRF2OutputReport.h.
Referenced by init(), setSampleRateRange(), and SWGBladeRF2OutputReport().
|
private |
Definition at line 65 of file SWGBladeRF2OutputReport.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getSampleRateRange(), init(), isSet(), setSampleRateRange(), and SWGBladeRF2OutputReport().