19 #ifndef SWGUDPSourceReport_H_ 20 #define SWGUDPSourceReport_H_ 22 #include <QJsonObject> 39 virtual QString asJson ()
override;
40 virtual QJsonObject* asJsonObject()
override;
41 virtual void fromJsonObject(QJsonObject &json)
override;
44 float getChannelPowerDb();
45 void setChannelPowerDb(
float channel_power_db);
47 float getInputPowerDb();
48 void setInputPowerDb(
float input_power_db);
51 void setSquelch(qint32 squelch);
53 qint32 getBufferGauge();
54 void setBufferGauge(qint32 buffer_gauge);
56 qint32 getChannelSampleRate();
57 void setChannelSampleRate(qint32 channel_sample_rate);
60 virtual bool isSet()
override;
bool m_input_power_db_isSet
qint32 channel_sample_rate
bool m_channel_sample_rate_isSet
bool m_channel_power_db_isSet
bool m_buffer_gauge_isSet