DESERT 3.6.0
|
#include <packet.h>
Go to the source code of this file.
Classes | |
struct | hdr_DATA_APPLICATION |
Macros | |
#define | MAX_LENGTH_PAYLOAD 4096 |
#define | HDR_DATA_APPLICATION(p) (hdr_DATA_APPLICATION::access(p)) |
Typedefs | |
typedef struct hdr_DATA_APPLICATION | hdr_DATA_APPLICATION |
Variables | |
packet_t | PT_DATA_APPLICATION |
Provides the headers of the DATA packet.
Definition in file uwApplication_cmn_header.h.
#define HDR_DATA_APPLICATION | ( | p | ) | (hdr_DATA_APPLICATION::access(p)) |
Alias defined to access the DATA HEADER.
Definition at line 46 of file uwApplication_cmn_header.h.
#define MAX_LENGTH_PAYLOAD 4096 |
Definition at line 44 of file uwApplication_cmn_header.h.
typedef struct hdr_DATA_APPLICATION hdr_DATA_APPLICATION |
Content header of DATA packet.
|
extern |
DATA packet type.
Definition at line 47 of file DESERT_Framework/DESERT/application/uwApplication/initlib.cpp.