gccDppConsole Test C++ SDK
20170920
DPP C++ Console Demonstration
|
Go to the source code of this file.
Classes | |
struct | _DppStateType |
class | CParsePacket |
Defines | |
#define | preqProcessNone 0x0 |
#define | preqProcessStatus 0x1 |
#define | preqProcessSpectrum 0x2 |
#define | preqRequestScopeData 0x4 |
#define | preqProcessScopeData 0x8 |
#define | preqProcessTextData 0x10 |
#define | preqProcessScopeDataOverFlow 0x20 |
#define | preqProcessInetSettings 0x40 |
#define | preqProcessDiagData 0x80 |
#define | preqProcessHwDesc 0x100 |
#define | preqProcessCfgRead 0x200 |
#define | preqProcessNetFindRead 0x400 |
#define | preqProcessPaCal 0x800 |
#define | preqProcessSCAData 0x2000 |
#define | preqProcessAck 0x4000 |
#define | preqProcessError 0x8000 |
Typedefs | |
typedef enum _CommType | CommType |
typedef struct _DppStateType | DppStateType |
Enumerations | |
enum | _CommType { commNone = 0, commRS232 = 1, commUSB = 2, commSockets = 3 } |
#define preqProcessAck 0x4000 |
Definition at line 30 of file ParsePacket.h.
#define preqProcessCfgRead 0x200 |
Definition at line 25 of file ParsePacket.h.
#define preqProcessDiagData 0x80 |
Definition at line 23 of file ParsePacket.h.
#define preqProcessError 0x8000 |
Definition at line 31 of file ParsePacket.h.
#define preqProcessHwDesc 0x100 |
Definition at line 24 of file ParsePacket.h.
#define preqProcessInetSettings 0x40 |
Definition at line 22 of file ParsePacket.h.
#define preqProcessNetFindRead 0x400 |
Definition at line 26 of file ParsePacket.h.
#define preqProcessNone 0x0 |
Definition at line 15 of file ParsePacket.h.
#define preqProcessPaCal 0x800 |
Definition at line 27 of file ParsePacket.h.
#define preqProcessSCAData 0x2000 |
Definition at line 29 of file ParsePacket.h.
#define preqProcessScopeData 0x8 |
Definition at line 19 of file ParsePacket.h.
#define preqProcessScopeDataOverFlow 0x20 |
Definition at line 21 of file ParsePacket.h.
#define preqProcessSpectrum 0x2 |
Definition at line 17 of file ParsePacket.h.
#define preqProcessStatus 0x1 |
Definition at line 16 of file ParsePacket.h.
#define preqProcessTextData 0x10 |
Definition at line 20 of file ParsePacket.h.
#define preqRequestScopeData 0x4 |
Definition at line 18 of file ParsePacket.h.
typedef struct _DppStateType DppStateType |
enum _CommType |
Definition at line 8 of file ParsePacket.h.