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