gccDppConsole Test C++ SDK
1.0.0.0
DPP C++ Console Demonstration
|
#include <stdio.h>
#include <string>
#include <cctype>
#include "DppConst.h"
#include "DP5Protocol.h"
Go to the source code of this file.
Classes | |
struct | _CONFIG_OPTIONS |
class | CSendCommand |
Defines | |
#define | LINE_MAX 256 |
#define | DP4_PX4_OLD_CFG_SIZE 64 |
#define | DP5_MAX_CFG_SIZE 512 |
#define | Whitespace "\t\n\v\f\r\0x20" |
Typedefs | |
typedef struct _CONFIG_OPTIONS | CONFIG_OPTIONS |
#define DP4_PX4_OLD_CFG_SIZE 64 |
Definition at line 10 of file SendCommand.h.
#define DP5_MAX_CFG_SIZE 512 |
Definition at line 11 of file SendCommand.h.
#define LINE_MAX 256 |
Definition at line 9 of file SendCommand.h.
#define Whitespace "\t\n\v\f\r\0x20" |
Definition at line 12 of file SendCommand.h.
typedef struct _CONFIG_OPTIONS CONFIG_OPTIONS |