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
SWGRtlSdrReport.h
Go to the documentation of this file.
1
13
/*
14
* SWGRtlSdrReport.h
15
*
16
* RTLSDR
17
*/
18
19
#ifndef SWGRtlSdrReport_H_
20
#define SWGRtlSdrReport_H_
21
22
#include <QJsonObject>
23
24
25
#include "
SWGGain.h
"
26
#include <QList>
27
28
#include "
SWGObject.h
"
29
#include "
export.h
"
30
31
namespace
SWGSDRangel
{
32
33
class
SWG_API
SWGRtlSdrReport
:
public
SWGObject
{
34
public
:
35
SWGRtlSdrReport
();
36
SWGRtlSdrReport
(QString* json);
37
virtual
~
SWGRtlSdrReport
();
38
void
init();
39
void
cleanup();
40
41
virtual
QString asJson ()
override
;
42
virtual
QJsonObject* asJsonObject()
override
;
43
virtual
void
fromJsonObject(QJsonObject &json)
override
;
44
virtual
SWGRtlSdrReport
* fromJson(QString &jsonString)
override
;
45
46
QList<SWGGain*>* getGains();
47
void
setGains(QList<SWGGain*>* gains);
48
49
50
virtual
bool
isSet()
override
;
51
52
private
:
53
QList<SWGGain*>*
gains
;
54
bool
m_gains_isSet
;
55
56
};
57
58
}
59
60
#endif
/* SWGRtlSdrReport_H_ */
export.h
SWGSDRangel::SWGRtlSdrReport::gains
QList< SWGGain * > * gains
Definition:
SWGRtlSdrReport.h:53
SWGObject.h
SWGSDRangel::SWGRtlSdrReport::m_gains_isSet
bool m_gains_isSet
Definition:
SWGRtlSdrReport.h:54
SWGSDRangel::SWGObject
Definition:
SWGObject.h:20
SWGGain.h
SWG_API
#define SWG_API
Definition:
export.h:124
SWGSDRangel::SWGRtlSdrReport
Definition:
SWGRtlSdrReport.h:33
SWGSDRangel
Definition:
bfmdemod.h:51
Generated on Fri Aug 2 2019 17:56:35 for SDRAngel by
1.8.13