![]() |
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 <SWGXtrxOutputReport.h>
Inheritance diagram for SWGSDRangel::SWGXtrxOutputReport:
Collaboration diagram for SWGSDRangel::SWGXtrxOutputReport:Public Member Functions | |
| SWGXtrxOutputReport () | |
| SWGXtrxOutputReport (QString *json) | |
| virtual | ~SWGXtrxOutputReport () |
| void | init () |
| void | cleanup () |
| virtual QString | asJson () override |
| virtual QJsonObject * | asJsonObject () override |
| virtual void | fromJsonObject (QJsonObject &json) override |
| virtual SWGXtrxOutputReport * | fromJson (QString &jsonString) override |
| qint32 | getSuccess () |
| void | setSuccess (qint32 success) |
| qint32 | getFifoSize () |
| void | setFifoSize (qint32 fifo_size) |
| qint32 | getFifoFill () |
| void | setFifoFill (qint32 fifo_fill) |
| float | getTemperature () |
| void | setTemperature (float temperature) |
| qint32 | getGpsLock () |
| void | setGpsLock (qint32 gps_lock) |
| virtual bool | isSet () override |
Public Member Functions inherited from SWGSDRangel::SWGObject | |
| virtual | ~SWGObject () |
Private Attributes | |
| qint32 | success |
| bool | m_success_isSet |
| qint32 | fifo_size |
| bool | m_fifo_size_isSet |
| qint32 | fifo_fill |
| bool | m_fifo_fill_isSet |
| float | temperature |
| bool | m_temperature_isSet |
| qint32 | gps_lock |
| bool | m_gps_lock_isSet |
Definition at line 31 of file SWGXtrxOutputReport.h.
| SWGSDRangel::SWGXtrxOutputReport::SWGXtrxOutputReport | ( | ) |
Definition at line 30 of file SWGXtrxOutputReport.cpp.
References fifo_fill, fifo_size, gps_lock, m_fifo_fill_isSet, m_fifo_size_isSet, m_gps_lock_isSet, m_success_isSet, m_temperature_isSet, success, and temperature.
| SWGSDRangel::SWGXtrxOutputReport::SWGXtrxOutputReport | ( | QString * | json | ) |
Definition at line 25 of file SWGXtrxOutputReport.cpp.
References fromJson(), and init().
Here is the call graph for this function:
|
virtual |
Definition at line 43 of file SWGXtrxOutputReport.cpp.
References cleanup().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 94 of file SWGXtrxOutputReport.cpp.
References asJsonObject().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 105 of file SWGXtrxOutputReport.cpp.
References fifo_fill, fifo_size, gps_lock, m_fifo_fill_isSet, m_fifo_size_isSet, m_gps_lock_isSet, m_success_isSet, m_temperature_isSet, success, and temperature.
Referenced by asJson().
Here is the caller graph for this function:| void SWGSDRangel::SWGXtrxOutputReport::cleanup | ( | ) |
Definition at line 62 of file SWGXtrxOutputReport.cpp.
Referenced by ~SWGXtrxOutputReport().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 71 of file SWGXtrxOutputReport.cpp.
References fromJsonObject().
Referenced by SWGXtrxOutputReport().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 80 of file SWGXtrxOutputReport.cpp.
References fifo_fill, fifo_size, gps_lock, SWGSDRangel::setValue(), success, and temperature.
Referenced by fromJson().
Here is the call graph for this function:
Here is the caller graph for this function:| qint32 SWGSDRangel::SWGXtrxOutputReport::getFifoFill | ( | ) |
| qint32 SWGSDRangel::SWGXtrxOutputReport::getFifoSize | ( | ) |
| qint32 SWGSDRangel::SWGXtrxOutputReport::getGpsLock | ( | ) |
| qint32 SWGSDRangel::SWGXtrxOutputReport::getSuccess | ( | ) |
| float SWGSDRangel::SWGXtrxOutputReport::getTemperature | ( | ) |
| void SWGSDRangel::SWGXtrxOutputReport::init | ( | ) |
Definition at line 48 of file SWGXtrxOutputReport.cpp.
References fifo_fill, fifo_size, gps_lock, m_fifo_fill_isSet, m_fifo_size_isSet, m_gps_lock_isSet, m_success_isSet, m_temperature_isSet, success, and temperature.
Referenced by SWGXtrxOutputReport(), and XTRXOutput::webapiReportGet().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 178 of file SWGXtrxOutputReport.cpp.
References m_fifo_fill_isSet, m_fifo_size_isSet, m_gps_lock_isSet, m_success_isSet, and m_temperature_isSet.
Referenced by SWGSDRangel::SWGDeviceReport::asJsonObject(), and SWGSDRangel::SWGDeviceReport::isSet().
Here is the caller graph for this function:| void SWGSDRangel::SWGXtrxOutputReport::setFifoFill | ( | qint32 | fifo_fill | ) |
Definition at line 151 of file SWGXtrxOutputReport.cpp.
References fifo_fill, and m_fifo_fill_isSet.
Referenced by XTRXOutput::webapiFormatDeviceReport().
Here is the caller graph for this function:| void SWGSDRangel::SWGXtrxOutputReport::setFifoSize | ( | qint32 | fifo_size | ) |
Definition at line 141 of file SWGXtrxOutputReport.cpp.
References fifo_size, and m_fifo_size_isSet.
Referenced by XTRXOutput::webapiFormatDeviceReport().
Here is the caller graph for this function:| void SWGSDRangel::SWGXtrxOutputReport::setGpsLock | ( | qint32 | gps_lock | ) |
Definition at line 171 of file SWGXtrxOutputReport.cpp.
References gps_lock, and m_gps_lock_isSet.
Referenced by XTRXOutput::webapiFormatDeviceReport().
Here is the caller graph for this function:| void SWGSDRangel::SWGXtrxOutputReport::setSuccess | ( | qint32 | success | ) |
Definition at line 131 of file SWGXtrxOutputReport.cpp.
References m_success_isSet, and success.
Referenced by XTRXOutput::webapiFormatDeviceReport().
Here is the caller graph for this function:| void SWGSDRangel::SWGXtrxOutputReport::setTemperature | ( | float | temperature | ) |
Definition at line 161 of file SWGXtrxOutputReport.cpp.
References m_temperature_isSet, and temperature.
Referenced by XTRXOutput::webapiFormatDeviceReport().
Here is the caller graph for this function:
|
private |
Definition at line 69 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), fromJsonObject(), getFifoFill(), init(), setFifoFill(), and SWGXtrxOutputReport().
|
private |
Definition at line 66 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), fromJsonObject(), getFifoSize(), init(), setFifoSize(), and SWGXtrxOutputReport().
|
private |
Definition at line 75 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), fromJsonObject(), getGpsLock(), init(), setGpsLock(), and SWGXtrxOutputReport().
|
private |
Definition at line 70 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), init(), isSet(), setFifoFill(), and SWGXtrxOutputReport().
|
private |
Definition at line 67 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), init(), isSet(), setFifoSize(), and SWGXtrxOutputReport().
|
private |
Definition at line 76 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), init(), isSet(), setGpsLock(), and SWGXtrxOutputReport().
|
private |
Definition at line 64 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), init(), isSet(), setSuccess(), and SWGXtrxOutputReport().
|
private |
Definition at line 73 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), init(), isSet(), setTemperature(), and SWGXtrxOutputReport().
|
private |
Definition at line 63 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), fromJsonObject(), getSuccess(), init(), setSuccess(), and SWGXtrxOutputReport().
|
private |
Definition at line 72 of file SWGXtrxOutputReport.h.
Referenced by asJsonObject(), fromJsonObject(), getTemperature(), init(), setTemperature(), and SWGXtrxOutputReport().
1.8.13