|  | 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 <SWGFreeDVDemodReport.h>
 Inheritance diagram for SWGSDRangel::SWGFreeDVDemodReport:
 Inheritance diagram for SWGSDRangel::SWGFreeDVDemodReport: Collaboration diagram for SWGSDRangel::SWGFreeDVDemodReport:
 Collaboration diagram for SWGSDRangel::SWGFreeDVDemodReport:| Public Member Functions | |
| SWGFreeDVDemodReport () | |
| SWGFreeDVDemodReport (QString *json) | |
| virtual | ~SWGFreeDVDemodReport () | 
| void | init () | 
| void | cleanup () | 
| virtual QString | asJson () override | 
| virtual QJsonObject * | asJsonObject () override | 
| virtual void | fromJsonObject (QJsonObject &json) override | 
| virtual SWGFreeDVDemodReport * | fromJson (QString &jsonString) override | 
| float | getChannelPowerDb () | 
| void | setChannelPowerDb (float channel_power_db) | 
| qint32 | getSquelch () | 
| void | setSquelch (qint32 squelch) | 
| qint32 | getAudioSampleRate () | 
| void | setAudioSampleRate (qint32 audio_sample_rate) | 
| qint32 | getChannelSampleRate () | 
| void | setChannelSampleRate (qint32 channel_sample_rate) | 
| virtual bool | isSet () override | 
|  Public Member Functions inherited from SWGSDRangel::SWGObject | |
| virtual | ~SWGObject () | 
| Private Attributes | |
| float | channel_power_db | 
| bool | m_channel_power_db_isSet | 
| qint32 | squelch | 
| bool | m_squelch_isSet | 
| qint32 | audio_sample_rate | 
| bool | m_audio_sample_rate_isSet | 
| qint32 | channel_sample_rate | 
| bool | m_channel_sample_rate_isSet | 
Definition at line 31 of file SWGFreeDVDemodReport.h.
| SWGSDRangel::SWGFreeDVDemodReport::SWGFreeDVDemodReport | ( | ) | 
Definition at line 30 of file SWGFreeDVDemodReport.cpp.
References audio_sample_rate, channel_power_db, channel_sample_rate, m_audio_sample_rate_isSet, m_channel_power_db_isSet, m_channel_sample_rate_isSet, m_squelch_isSet, and squelch.
| SWGSDRangel::SWGFreeDVDemodReport::SWGFreeDVDemodReport | ( | QString * | json | ) | 
Definition at line 25 of file SWGFreeDVDemodReport.cpp.
References fromJson(), and init().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | virtual | 
Definition at line 41 of file SWGFreeDVDemodReport.cpp.
References cleanup().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 87 of file SWGFreeDVDemodReport.cpp.
References asJsonObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 98 of file SWGFreeDVDemodReport.cpp.
References audio_sample_rate, channel_power_db, channel_sample_rate, m_audio_sample_rate_isSet, m_channel_power_db_isSet, m_channel_sample_rate_isSet, m_squelch_isSet, and squelch.
Referenced by asJson().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void SWGSDRangel::SWGFreeDVDemodReport::cleanup | ( | ) | 
Definition at line 58 of file SWGFreeDVDemodReport.cpp.
Referenced by ~SWGFreeDVDemodReport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 66 of file SWGFreeDVDemodReport.cpp.
References fromJsonObject().
Referenced by SWGFreeDVDemodReport().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 75 of file SWGFreeDVDemodReport.cpp.
References audio_sample_rate, channel_power_db, channel_sample_rate, SWGSDRangel::setValue(), and squelch.
Referenced by fromJson().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| qint32 SWGSDRangel::SWGFreeDVDemodReport::getAudioSampleRate | ( | ) | 
Definition at line 137 of file SWGFreeDVDemodReport.cpp.
References audio_sample_rate.
| float SWGSDRangel::SWGFreeDVDemodReport::getChannelPowerDb | ( | ) | 
Definition at line 117 of file SWGFreeDVDemodReport.cpp.
References channel_power_db.
| qint32 SWGSDRangel::SWGFreeDVDemodReport::getChannelSampleRate | ( | ) | 
Definition at line 147 of file SWGFreeDVDemodReport.cpp.
References channel_sample_rate.
| qint32 SWGSDRangel::SWGFreeDVDemodReport::getSquelch | ( | ) | 
| void SWGSDRangel::SWGFreeDVDemodReport::init | ( | ) | 
Definition at line 46 of file SWGFreeDVDemodReport.cpp.
References audio_sample_rate, channel_power_db, channel_sample_rate, m_audio_sample_rate_isSet, m_channel_power_db_isSet, m_channel_sample_rate_isSet, m_squelch_isSet, and squelch.
Referenced by SWGFreeDVDemodReport(), and FreeDVDemod::webapiReportGet().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 158 of file SWGFreeDVDemodReport.cpp.
References m_audio_sample_rate_isSet, m_channel_power_db_isSet, m_channel_sample_rate_isSet, and m_squelch_isSet.
Referenced by SWGSDRangel::SWGChannelReport::asJsonObject(), and SWGSDRangel::SWGChannelReport::isSet().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void SWGSDRangel::SWGFreeDVDemodReport::setAudioSampleRate | ( | qint32 | audio_sample_rate | ) | 
Definition at line 141 of file SWGFreeDVDemodReport.cpp.
References audio_sample_rate, and m_audio_sample_rate_isSet.
Referenced by FreeDVDemod::webapiFormatChannelReport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void SWGSDRangel::SWGFreeDVDemodReport::setChannelPowerDb | ( | float | channel_power_db | ) | 
Definition at line 121 of file SWGFreeDVDemodReport.cpp.
References channel_power_db, and m_channel_power_db_isSet.
Referenced by FreeDVDemod::webapiFormatChannelReport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void SWGSDRangel::SWGFreeDVDemodReport::setChannelSampleRate | ( | qint32 | channel_sample_rate | ) | 
Definition at line 151 of file SWGFreeDVDemodReport.cpp.
References channel_sample_rate, and m_channel_sample_rate_isSet.
Referenced by FreeDVDemod::webapiFormatChannelReport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void SWGSDRangel::SWGFreeDVDemodReport::setSquelch | ( | qint32 | squelch | ) | 
Definition at line 131 of file SWGFreeDVDemodReport.cpp.
References m_squelch_isSet, and squelch.
Referenced by FreeDVDemod::webapiFormatChannelReport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 66 of file SWGFreeDVDemodReport.h.
Referenced by asJsonObject(), fromJsonObject(), getAudioSampleRate(), init(), setAudioSampleRate(), and SWGFreeDVDemodReport().
| 
 | private | 
Definition at line 60 of file SWGFreeDVDemodReport.h.
Referenced by asJsonObject(), fromJsonObject(), getChannelPowerDb(), init(), setChannelPowerDb(), and SWGFreeDVDemodReport().
| 
 | private | 
Definition at line 69 of file SWGFreeDVDemodReport.h.
Referenced by asJsonObject(), fromJsonObject(), getChannelSampleRate(), init(), setChannelSampleRate(), and SWGFreeDVDemodReport().
| 
 | private | 
Definition at line 67 of file SWGFreeDVDemodReport.h.
Referenced by asJsonObject(), init(), isSet(), setAudioSampleRate(), and SWGFreeDVDemodReport().
| 
 | private | 
Definition at line 61 of file SWGFreeDVDemodReport.h.
Referenced by asJsonObject(), init(), isSet(), setChannelPowerDb(), and SWGFreeDVDemodReport().
| 
 | private | 
Definition at line 70 of file SWGFreeDVDemodReport.h.
Referenced by asJsonObject(), init(), isSet(), setChannelSampleRate(), and SWGFreeDVDemodReport().
| 
 | private | 
Definition at line 64 of file SWGFreeDVDemodReport.h.
Referenced by asJsonObject(), init(), isSet(), setSquelch(), and SWGFreeDVDemodReport().
| 
 | private | 
Definition at line 63 of file SWGFreeDVDemodReport.h.
Referenced by asJsonObject(), fromJsonObject(), getSquelch(), init(), setSquelch(), and SWGFreeDVDemodReport().
 1.8.13
 1.8.13