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.
swagger
sdrangel
code
qt5
client
SWGXtrxOutputReport.h
Go to the documentation of this file.
1
13
/*
14
* SWGXtrxOutputReport.h
15
*
16
* XTRX
17
*/
18
19
#ifndef SWGXtrxOutputReport_H_
20
#define SWGXtrxOutputReport_H_
21
22
#include <QJsonObject>
23
24
25
26
#include "
SWGObject.h
"
27
#include "
export.h
"
28
29
namespace
SWGSDRangel
{
30
31
class
SWG_API
SWGXtrxOutputReport
:
public
SWGObject
{
32
public
:
33
SWGXtrxOutputReport
();
34
SWGXtrxOutputReport
(QString* json);
35
virtual
~
SWGXtrxOutputReport
();
36
void
init();
37
void
cleanup();
38
39
virtual
QString asJson ()
override
;
40
virtual
QJsonObject* asJsonObject()
override
;
41
virtual
void
fromJsonObject(QJsonObject &json)
override
;
42
virtual
SWGXtrxOutputReport
* fromJson(QString &jsonString)
override
;
43
44
qint32 getSuccess();
45
void
setSuccess(qint32 success);
46
47
qint32 getFifoSize();
48
void
setFifoSize(qint32 fifo_size);
49
50
qint32 getFifoFill();
51
void
setFifoFill(qint32 fifo_fill);
52
53
float
getTemperature();
54
void
setTemperature(
float
temperature);
55
56
qint32 getGpsLock();
57
void
setGpsLock(qint32 gps_lock);
58
59
60
virtual
bool
isSet()
override
;
61
62
private
:
63
qint32
success
;
64
bool
m_success_isSet
;
65
66
qint32
fifo_size
;
67
bool
m_fifo_size_isSet
;
68
69
qint32
fifo_fill
;
70
bool
m_fifo_fill_isSet
;
71
72
float
temperature
;
73
bool
m_temperature_isSet
;
74
75
qint32
gps_lock
;
76
bool
m_gps_lock_isSet
;
77
78
};
79
80
}
81
82
#endif
/* SWGXtrxOutputReport_H_ */
SWGSDRangel::SWGXtrxOutputReport::m_fifo_size_isSet
bool m_fifo_size_isSet
Definition:
SWGXtrxOutputReport.h:67
SWGSDRangel::SWGXtrxOutputReport::m_success_isSet
bool m_success_isSet
Definition:
SWGXtrxOutputReport.h:64
SWGSDRangel::SWGXtrxOutputReport::fifo_fill
qint32 fifo_fill
Definition:
SWGXtrxOutputReport.h:69
export.h
SWGSDRangel::SWGXtrxOutputReport
Definition:
SWGXtrxOutputReport.h:31
SWGObject.h
SWGSDRangel::SWGXtrxOutputReport::temperature
float temperature
Definition:
SWGXtrxOutputReport.h:72
SWGSDRangel::SWGObject
Definition:
SWGObject.h:20
SWGSDRangel::SWGXtrxOutputReport::m_temperature_isSet
bool m_temperature_isSet
Definition:
SWGXtrxOutputReport.h:73
SWGSDRangel::SWGXtrxOutputReport::fifo_size
qint32 fifo_size
Definition:
SWGXtrxOutputReport.h:66
SWG_API
#define SWG_API
Definition:
export.h:124
SWGSDRangel::SWGXtrxOutputReport::m_gps_lock_isSet
bool m_gps_lock_isSet
Definition:
SWGXtrxOutputReport.h:76
SWGSDRangel::SWGXtrxOutputReport::m_fifo_fill_isSet
bool m_fifo_fill_isSet
Definition:
SWGXtrxOutputReport.h:70
SWGSDRangel::SWGXtrxOutputReport::success
qint32 success
Definition:
SWGXtrxOutputReport.h:63
SWGSDRangel::SWGXtrxOutputReport::gps_lock
qint32 gps_lock
Definition:
SWGXtrxOutputReport.h:75
SWGSDRangel
Definition:
bfmdemod.h:51
Generated on Fri Aug 2 2019 17:56:35 for SDRAngel by
1.8.13