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
SWGPlutoSdrOutputReport.h
Go to the documentation of this file.
1
13
/*
14
* SWGPlutoSdrOutputReport.h
15
*
16
* PlutoSDR
17
*/
18
19
#ifndef SWGPlutoSdrOutputReport_H_
20
#define SWGPlutoSdrOutputReport_H_
21
22
#include <QJsonObject>
23
24
25
#include <QString>
26
27
#include "
SWGObject.h
"
28
#include "
export.h
"
29
30
namespace
SWGSDRangel
{
31
32
class
SWG_API
SWGPlutoSdrOutputReport
:
public
SWGObject
{
33
public
:
34
SWGPlutoSdrOutputReport
();
35
SWGPlutoSdrOutputReport
(QString* json);
36
virtual
~
SWGPlutoSdrOutputReport
();
37
void
init();
38
void
cleanup();
39
40
virtual
QString asJson ()
override
;
41
virtual
QJsonObject* asJsonObject()
override
;
42
virtual
void
fromJsonObject(QJsonObject &json)
override
;
43
virtual
SWGPlutoSdrOutputReport
* fromJson(QString &jsonString)
override
;
44
45
qint32 getDacRate();
46
void
setDacRate(qint32 dac_rate);
47
48
QString* getRssi();
49
void
setRssi(QString* rssi);
50
51
float
getTemperature();
52
void
setTemperature(
float
temperature);
53
54
55
virtual
bool
isSet()
override
;
56
57
private
:
58
qint32
dac_rate
;
59
bool
m_dac_rate_isSet
;
60
61
QString*
rssi
;
62
bool
m_rssi_isSet
;
63
64
float
temperature
;
65
bool
m_temperature_isSet
;
66
67
};
68
69
}
70
71
#endif
/* SWGPlutoSdrOutputReport_H_ */
export.h
SWGSDRangel::SWGPlutoSdrOutputReport::m_temperature_isSet
bool m_temperature_isSet
Definition:
SWGPlutoSdrOutputReport.h:65
SWGObject.h
SWGSDRangel::SWGPlutoSdrOutputReport::temperature
float temperature
Definition:
SWGPlutoSdrOutputReport.h:64
SWGSDRangel::SWGPlutoSdrOutputReport::dac_rate
qint32 dac_rate
Definition:
SWGPlutoSdrOutputReport.h:58
SWGSDRangel::SWGObject
Definition:
SWGObject.h:20
SWGSDRangel::SWGPlutoSdrOutputReport
Definition:
SWGPlutoSdrOutputReport.h:32
SWGSDRangel::SWGPlutoSdrOutputReport::m_dac_rate_isSet
bool m_dac_rate_isSet
Definition:
SWGPlutoSdrOutputReport.h:59
SWGSDRangel::SWGPlutoSdrOutputReport::rssi
QString * rssi
Definition:
SWGPlutoSdrOutputReport.h:61
SWG_API
#define SWG_API
Definition:
export.h:124
SWGSDRangel::SWGPlutoSdrOutputReport::m_rssi_isSet
bool m_rssi_isSet
Definition:
SWGPlutoSdrOutputReport.h:62
SWGSDRangel
Definition:
bfmdemod.h:51
Generated on Fri Aug 2 2019 17:56:35 for SDRAngel by
1.8.13