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 <SWGKiwiSDRReport.h>
Public Member Functions | |
SWGKiwiSDRReport () | |
SWGKiwiSDRReport (QString *json) | |
virtual | ~SWGKiwiSDRReport () |
void | init () |
void | cleanup () |
virtual QString | asJson () override |
virtual QJsonObject * | asJsonObject () override |
virtual void | fromJsonObject (QJsonObject &json) override |
virtual SWGKiwiSDRReport * | fromJson (QString &jsonString) override |
qint32 | getStatus () |
void | setStatus (qint32 status) |
virtual bool | isSet () override |
Public Member Functions inherited from SWGSDRangel::SWGObject | |
virtual | ~SWGObject () |
Private Attributes | |
qint32 | status |
bool | m_status_isSet |
Definition at line 31 of file SWGKiwiSDRReport.h.
SWGSDRangel::SWGKiwiSDRReport::SWGKiwiSDRReport | ( | ) |
SWGSDRangel::SWGKiwiSDRReport::SWGKiwiSDRReport | ( | QString * | json | ) |
Definition at line 25 of file SWGKiwiSDRReport.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 35 of file SWGKiwiSDRReport.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 66 of file SWGKiwiSDRReport.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 77 of file SWGKiwiSDRReport.cpp.
References m_status_isSet, and status.
Referenced by asJson().
void SWGSDRangel::SWGKiwiSDRReport::cleanup | ( | ) |
Definition at line 46 of file SWGKiwiSDRReport.cpp.
Referenced by ~SWGKiwiSDRReport().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 51 of file SWGKiwiSDRReport.cpp.
References fromJsonObject().
Referenced by SWGKiwiSDRReport().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 60 of file SWGKiwiSDRReport.cpp.
References SWGSDRangel::setValue(), and status.
Referenced by fromJson().
qint32 SWGSDRangel::SWGKiwiSDRReport::getStatus | ( | ) |
void SWGSDRangel::SWGKiwiSDRReport::init | ( | ) |
Definition at line 40 of file SWGKiwiSDRReport.cpp.
References m_status_isSet, and status.
Referenced by SWGKiwiSDRReport(), and KiwiSDRInput::webapiReportGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 98 of file SWGKiwiSDRReport.cpp.
References m_status_isSet.
Referenced by SWGSDRangel::SWGDeviceReport::asJsonObject(), and SWGSDRangel::SWGDeviceReport::isSet().
void SWGSDRangel::SWGKiwiSDRReport::setStatus | ( | qint32 | status | ) |
Definition at line 91 of file SWGKiwiSDRReport.cpp.
References m_status_isSet, and status.
Referenced by KiwiSDRInput::webapiFormatDeviceReport().
|
private |
Definition at line 52 of file SWGKiwiSDRReport.h.
Referenced by asJsonObject(), init(), isSet(), setStatus(), and SWGKiwiSDRReport().
|
private |
Definition at line 51 of file SWGKiwiSDRReport.h.
Referenced by asJsonObject(), fromJsonObject(), getStatus(), init(), setStatus(), and SWGKiwiSDRReport().