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 <SWGInstanceSummaryResponse.h>
Public Member Functions | |
SWGInstanceSummaryResponse () | |
SWGInstanceSummaryResponse (QString *json) | |
virtual | ~SWGInstanceSummaryResponse () |
void | init () |
void | cleanup () |
virtual QString | asJson () override |
virtual QJsonObject * | asJsonObject () override |
virtual void | fromJsonObject (QJsonObject &json) override |
virtual SWGInstanceSummaryResponse * | fromJson (QString &jsonString) override |
QString * | getVersion () |
void | setVersion (QString *version) |
QString * | getQtVersion () |
void | setQtVersion (QString *qt_version) |
qint32 | getDspRxBits () |
void | setDspRxBits (qint32 dsp_rx_bits) |
qint32 | getDspTxBits () |
void | setDspTxBits (qint32 dsp_tx_bits) |
qint32 | getPid () |
void | setPid (qint32 pid) |
QString * | getAppname () |
void | setAppname (QString *appname) |
QString * | getArchitecture () |
void | setArchitecture (QString *architecture) |
QString * | getOs () |
void | setOs (QString *os) |
SWGLoggingInfo * | getLogging () |
void | setLogging (SWGLoggingInfo *logging) |
SWGDeviceSetList * | getDevicesetlist () |
void | setDevicesetlist (SWGDeviceSetList *devicesetlist) |
virtual bool | isSet () override |
Public Member Functions inherited from SWGSDRangel::SWGObject | |
virtual | ~SWGObject () |
Private Attributes | |
QString * | version |
bool | m_version_isSet |
QString * | qt_version |
bool | m_qt_version_isSet |
qint32 | dsp_rx_bits |
bool | m_dsp_rx_bits_isSet |
qint32 | dsp_tx_bits |
bool | m_dsp_tx_bits_isSet |
qint32 | pid |
bool | m_pid_isSet |
QString * | appname |
bool | m_appname_isSet |
QString * | architecture |
bool | m_architecture_isSet |
QString * | os |
bool | m_os_isSet |
SWGLoggingInfo * | logging |
bool | m_logging_isSet |
SWGDeviceSetList * | devicesetlist |
bool | m_devicesetlist_isSet |
Definition at line 34 of file SWGInstanceSummaryResponse.h.
SWGSDRangel::SWGInstanceSummaryResponse::SWGInstanceSummaryResponse | ( | ) |
Definition at line 30 of file SWGInstanceSummaryResponse.cpp.
References appname, architecture, devicesetlist, dsp_rx_bits, dsp_tx_bits, logging, m_appname_isSet, m_architecture_isSet, m_devicesetlist_isSet, m_dsp_rx_bits_isSet, m_dsp_tx_bits_isSet, m_logging_isSet, m_os_isSet, m_pid_isSet, m_qt_version_isSet, m_version_isSet, os, pid, qt_version, and version.
SWGSDRangel::SWGInstanceSummaryResponse::SWGInstanceSummaryResponse | ( | QString * | json | ) |
Definition at line 25 of file SWGInstanceSummaryResponse.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 53 of file SWGInstanceSummaryResponse.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 143 of file SWGInstanceSummaryResponse.cpp.
References asJsonObject().
Referenced by WebAPIRequestMapper::instanceSummaryService().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 154 of file SWGInstanceSummaryResponse.cpp.
References appname, architecture, devicesetlist, dsp_rx_bits, dsp_tx_bits, SWGSDRangel::SWGDeviceSetList::isSet(), SWGSDRangel::SWGLoggingInfo::isSet(), logging, m_dsp_rx_bits_isSet, m_dsp_tx_bits_isSet, m_pid_isSet, os, pid, qt_version, SWGSDRangel::toJsonValue(), and version.
Referenced by asJson().
void SWGSDRangel::SWGInstanceSummaryResponse::cleanup | ( | ) |
Definition at line 82 of file SWGInstanceSummaryResponse.cpp.
References appname, architecture, devicesetlist, logging, os, qt_version, and version.
Referenced by ~SWGInstanceSummaryResponse().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 110 of file SWGInstanceSummaryResponse.cpp.
References fromJsonObject().
Referenced by SWGInstanceSummaryResponse().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 119 of file SWGInstanceSummaryResponse.cpp.
References appname, architecture, devicesetlist, dsp_rx_bits, dsp_tx_bits, logging, os, pid, qt_version, SWGSDRangel::setValue(), and version.
Referenced by fromJson().
QString * SWGSDRangel::SWGInstanceSummaryResponse::getAppname | ( | ) |
Definition at line 241 of file SWGInstanceSummaryResponse.cpp.
References appname.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
QString * SWGSDRangel::SWGInstanceSummaryResponse::getArchitecture | ( | ) |
Definition at line 251 of file SWGInstanceSummaryResponse.cpp.
References architecture.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
SWGDeviceSetList * SWGSDRangel::SWGInstanceSummaryResponse::getDevicesetlist | ( | ) |
Definition at line 281 of file SWGInstanceSummaryResponse.cpp.
References devicesetlist.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
qint32 SWGSDRangel::SWGInstanceSummaryResponse::getDspRxBits | ( | ) |
Definition at line 211 of file SWGInstanceSummaryResponse.cpp.
References dsp_rx_bits.
qint32 SWGSDRangel::SWGInstanceSummaryResponse::getDspTxBits | ( | ) |
Definition at line 221 of file SWGInstanceSummaryResponse.cpp.
References dsp_tx_bits.
SWGLoggingInfo * SWGSDRangel::SWGInstanceSummaryResponse::getLogging | ( | ) |
Definition at line 271 of file SWGInstanceSummaryResponse.cpp.
References logging.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
QString * SWGSDRangel::SWGInstanceSummaryResponse::getOs | ( | ) |
Definition at line 261 of file SWGInstanceSummaryResponse.cpp.
References os.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
qint32 SWGSDRangel::SWGInstanceSummaryResponse::getPid | ( | ) |
QString * SWGSDRangel::SWGInstanceSummaryResponse::getQtVersion | ( | ) |
Definition at line 201 of file SWGInstanceSummaryResponse.cpp.
References qt_version.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
QString * SWGSDRangel::SWGInstanceSummaryResponse::getVersion | ( | ) |
Definition at line 191 of file SWGInstanceSummaryResponse.cpp.
References version.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
void SWGSDRangel::SWGInstanceSummaryResponse::init | ( | ) |
Definition at line 58 of file SWGInstanceSummaryResponse.cpp.
References appname, architecture, devicesetlist, dsp_rx_bits, dsp_tx_bits, logging, m_appname_isSet, m_architecture_isSet, m_devicesetlist_isSet, m_dsp_rx_bits_isSet, m_dsp_tx_bits_isSet, m_logging_isSet, m_os_isSet, m_pid_isSet, m_qt_version_isSet, m_version_isSet, os, pid, qt_version, and version.
Referenced by WebAPIAdapterGUI::instanceSummary(), WebAPIAdapterSrv::instanceSummary(), and SWGInstanceSummaryResponse().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 292 of file SWGInstanceSummaryResponse.cpp.
References appname, architecture, devicesetlist, SWGSDRangel::SWGDeviceSetList::isSet(), SWGSDRangel::SWGLoggingInfo::isSet(), logging, m_dsp_rx_bits_isSet, m_dsp_tx_bits_isSet, m_pid_isSet, os, qt_version, and version.
void SWGSDRangel::SWGInstanceSummaryResponse::setAppname | ( | QString * | appname | ) |
Definition at line 245 of file SWGInstanceSummaryResponse.cpp.
References appname, and m_appname_isSet.
void SWGSDRangel::SWGInstanceSummaryResponse::setArchitecture | ( | QString * | architecture | ) |
Definition at line 255 of file SWGInstanceSummaryResponse.cpp.
References architecture, and m_architecture_isSet.
void SWGSDRangel::SWGInstanceSummaryResponse::setDevicesetlist | ( | SWGDeviceSetList * | devicesetlist | ) |
Definition at line 285 of file SWGInstanceSummaryResponse.cpp.
References devicesetlist, and m_devicesetlist_isSet.
void SWGSDRangel::SWGInstanceSummaryResponse::setDspRxBits | ( | qint32 | dsp_rx_bits | ) |
Definition at line 215 of file SWGInstanceSummaryResponse.cpp.
References dsp_rx_bits, and m_dsp_rx_bits_isSet.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
void SWGSDRangel::SWGInstanceSummaryResponse::setDspTxBits | ( | qint32 | dsp_tx_bits | ) |
Definition at line 225 of file SWGInstanceSummaryResponse.cpp.
References dsp_tx_bits, and m_dsp_tx_bits_isSet.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
void SWGSDRangel::SWGInstanceSummaryResponse::setLogging | ( | SWGLoggingInfo * | logging | ) |
Definition at line 275 of file SWGInstanceSummaryResponse.cpp.
References logging, and m_logging_isSet.
void SWGSDRangel::SWGInstanceSummaryResponse::setOs | ( | QString * | os | ) |
Definition at line 265 of file SWGInstanceSummaryResponse.cpp.
References m_os_isSet, and os.
void SWGSDRangel::SWGInstanceSummaryResponse::setPid | ( | qint32 | pid | ) |
Definition at line 235 of file SWGInstanceSummaryResponse.cpp.
References m_pid_isSet, and pid.
Referenced by WebAPIAdapterGUI::instanceSummary(), and WebAPIAdapterSrv::instanceSummary().
void SWGSDRangel::SWGInstanceSummaryResponse::setQtVersion | ( | QString * | qt_version | ) |
Definition at line 205 of file SWGInstanceSummaryResponse.cpp.
References m_qt_version_isSet, and qt_version.
void SWGSDRangel::SWGInstanceSummaryResponse::setVersion | ( | QString * | version | ) |
Definition at line 195 of file SWGInstanceSummaryResponse.cpp.
References m_version_isSet, and version.
|
private |
Definition at line 96 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getAppname(), init(), isSet(), setAppname(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 99 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getArchitecture(), init(), isSet(), setArchitecture(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 108 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getDevicesetlist(), init(), isSet(), setDevicesetlist(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 87 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), fromJsonObject(), getDspRxBits(), init(), setDspRxBits(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 90 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), fromJsonObject(), getDspTxBits(), init(), setDspTxBits(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 105 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getLogging(), init(), isSet(), setLogging(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 97 of file SWGInstanceSummaryResponse.h.
Referenced by init(), setAppname(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 100 of file SWGInstanceSummaryResponse.h.
Referenced by init(), setArchitecture(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 109 of file SWGInstanceSummaryResponse.h.
Referenced by init(), setDevicesetlist(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 88 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), init(), isSet(), setDspRxBits(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 91 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), init(), isSet(), setDspTxBits(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 106 of file SWGInstanceSummaryResponse.h.
Referenced by init(), setLogging(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 103 of file SWGInstanceSummaryResponse.h.
Referenced by init(), setOs(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 94 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), init(), isSet(), setPid(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 85 of file SWGInstanceSummaryResponse.h.
Referenced by init(), setQtVersion(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 82 of file SWGInstanceSummaryResponse.h.
Referenced by init(), setVersion(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 102 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getOs(), init(), isSet(), setOs(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 93 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), fromJsonObject(), getPid(), init(), setPid(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 84 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getQtVersion(), init(), isSet(), setQtVersion(), and SWGInstanceSummaryResponse().
|
private |
Definition at line 81 of file SWGInstanceSummaryResponse.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getVersion(), init(), isSet(), setVersion(), and SWGInstanceSummaryResponse().