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
SWGDVSerialDevice.h
Go to the documentation of this file.
1
13
/*
14
* SWGDVSerialDevice.h
15
*
16
* DV serial device details
17
*/
18
19
#ifndef SWGDVSerialDevice_H_
20
#define SWGDVSerialDevice_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
SWGDVSerialDevice
:
public
SWGObject
{
33
public
:
34
SWGDVSerialDevice
();
35
SWGDVSerialDevice
(QString* json);
36
virtual
~
SWGDVSerialDevice
();
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
SWGDVSerialDevice
* fromJson(QString &jsonString)
override
;
44
45
QString* getDeviceName();
46
void
setDeviceName(QString* device_name);
47
48
49
virtual
bool
isSet()
override
;
50
51
private
:
52
QString*
device_name
;
53
bool
m_device_name_isSet
;
54
55
};
56
57
}
58
59
#endif
/* SWGDVSerialDevice_H_ */
export.h
SWGObject.h
SWGSDRangel::SWGDVSerialDevice
Definition:
SWGDVSerialDevice.h:32
SWGSDRangel::SWGObject
Definition:
SWGObject.h:20
SWGSDRangel::SWGDVSerialDevice::m_device_name_isSet
bool m_device_name_isSet
Definition:
SWGDVSerialDevice.h:53
SWG_API
#define SWG_API
Definition:
export.h:124
SWGSDRangel::SWGDVSerialDevice::device_name
QString * device_name
Definition:
SWGDVSerialDevice.h:52
SWGSDRangel
Definition:
bfmdemod.h:51
Generated on Fri Aug 2 2019 17:56:34 for SDRAngel by
1.8.13