19 #ifndef SWGBladeRF2OutputReport_H_ 20 #define SWGBladeRF2OutputReport_H_ 22 #include <QJsonObject> 41 virtual QString asJson ()
override;
42 virtual QJsonObject* asJsonObject()
override;
43 virtual void fromJsonObject(QJsonObject &json)
override;
50 void setSampleRateRange(
SWGRange* sample_rate_range);
53 void setBandwidthRange(
SWGRange* bandwidth_range);
56 void setGlobalGainRange(
SWGRange* global_gain_range);
59 virtual bool isSet()
override;
bool m_global_gain_range_isSet
SWGRange * global_gain_range
bool m_frequency_range_isSet
SWGRange * bandwidth_range
SWGRange * sample_rate_range
bool m_sample_rate_range_isSet
SWGFrequencyRange * frequency_range
bool m_bandwidth_range_isSet