![]() |
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 <SWGRemoteOutputReport.h>
Inheritance diagram for SWGSDRangel::SWGRemoteOutputReport:
Collaboration diagram for SWGSDRangel::SWGRemoteOutputReport:Public Member Functions | |
| SWGRemoteOutputReport () | |
| SWGRemoteOutputReport (QString *json) | |
| virtual | ~SWGRemoteOutputReport () |
| void | init () |
| void | cleanup () |
| virtual QString | asJson () override |
| virtual QJsonObject * | asJsonObject () override |
| virtual void | fromJsonObject (QJsonObject &json) override |
| virtual SWGRemoteOutputReport * | fromJson (QString &jsonString) override |
| float | getBufferRwBalance () |
| void | setBufferRwBalance (float buffer_rw_balance) |
| qint32 | getSampleCount () |
| void | setSampleCount (qint32 sample_count) |
| virtual bool | isSet () override |
Public Member Functions inherited from SWGSDRangel::SWGObject | |
| virtual | ~SWGObject () |
Private Attributes | |
| float | buffer_rw_balance |
| bool | m_buffer_rw_balance_isSet |
| qint32 | sample_count |
| bool | m_sample_count_isSet |
Definition at line 31 of file SWGRemoteOutputReport.h.
| SWGSDRangel::SWGRemoteOutputReport::SWGRemoteOutputReport | ( | ) |
Definition at line 30 of file SWGRemoteOutputReport.cpp.
References buffer_rw_balance, m_buffer_rw_balance_isSet, m_sample_count_isSet, and sample_count.
| SWGSDRangel::SWGRemoteOutputReport::SWGRemoteOutputReport | ( | QString * | json | ) |
Definition at line 25 of file SWGRemoteOutputReport.cpp.
References fromJson(), and init().
Here is the call graph for this function:
|
virtual |
Definition at line 37 of file SWGRemoteOutputReport.cpp.
References cleanup().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 73 of file SWGRemoteOutputReport.cpp.
References asJsonObject().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 84 of file SWGRemoteOutputReport.cpp.
References buffer_rw_balance, m_buffer_rw_balance_isSet, m_sample_count_isSet, and sample_count.
Referenced by asJson().
Here is the caller graph for this function:| void SWGSDRangel::SWGRemoteOutputReport::cleanup | ( | ) |
Definition at line 50 of file SWGRemoteOutputReport.cpp.
Referenced by ~SWGRemoteOutputReport().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 56 of file SWGRemoteOutputReport.cpp.
References fromJsonObject().
Referenced by SWGRemoteOutputReport().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 65 of file SWGRemoteOutputReport.cpp.
References buffer_rw_balance, sample_count, and SWGSDRangel::setValue().
Referenced by fromJson().
Here is the call graph for this function:
Here is the caller graph for this function:| float SWGSDRangel::SWGRemoteOutputReport::getBufferRwBalance | ( | ) |
Definition at line 97 of file SWGRemoteOutputReport.cpp.
References buffer_rw_balance.
| qint32 SWGSDRangel::SWGRemoteOutputReport::getSampleCount | ( | ) |
Definition at line 107 of file SWGRemoteOutputReport.cpp.
References sample_count.
| void SWGSDRangel::SWGRemoteOutputReport::init | ( | ) |
Definition at line 42 of file SWGRemoteOutputReport.cpp.
References buffer_rw_balance, m_buffer_rw_balance_isSet, m_sample_count_isSet, and sample_count.
Referenced by SWGRemoteOutputReport(), and RemoteOutput::webapiReportGet().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 118 of file SWGRemoteOutputReport.cpp.
References m_buffer_rw_balance_isSet, and m_sample_count_isSet.
Referenced by SWGSDRangel::SWGDeviceReport::asJsonObject(), and SWGSDRangel::SWGDeviceReport::isSet().
Here is the caller graph for this function:| void SWGSDRangel::SWGRemoteOutputReport::setBufferRwBalance | ( | float | buffer_rw_balance | ) |
Definition at line 101 of file SWGRemoteOutputReport.cpp.
References buffer_rw_balance, and m_buffer_rw_balance_isSet.
Referenced by RemoteOutput::webapiFormatDeviceReport().
Here is the caller graph for this function:| void SWGSDRangel::SWGRemoteOutputReport::setSampleCount | ( | qint32 | sample_count | ) |
Definition at line 111 of file SWGRemoteOutputReport.cpp.
References m_sample_count_isSet, and sample_count.
Referenced by RemoteOutput::webapiFormatDeviceReport().
Here is the caller graph for this function:
|
private |
Definition at line 54 of file SWGRemoteOutputReport.h.
Referenced by asJsonObject(), fromJsonObject(), getBufferRwBalance(), init(), setBufferRwBalance(), and SWGRemoteOutputReport().
|
private |
Definition at line 55 of file SWGRemoteOutputReport.h.
Referenced by asJsonObject(), init(), isSet(), setBufferRwBalance(), and SWGRemoteOutputReport().
|
private |
Definition at line 58 of file SWGRemoteOutputReport.h.
Referenced by asJsonObject(), init(), isSet(), setSampleCount(), and SWGRemoteOutputReport().
|
private |
Definition at line 57 of file SWGRemoteOutputReport.h.
Referenced by asJsonObject(), fromJsonObject(), getSampleCount(), init(), setSampleCount(), and SWGRemoteOutputReport().
1.8.13