DESERT 3.5.1
|
#include <module.h>
#include <packet.h>
#include <pthread.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) |
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 | ) |
alias defined to access the TRIGGER HEADER
Definition at line 51 of file uwApplication_cmn_header.h.
#define MAX_LENGTH_PAYLOAD 4096 |
Definition at line 46 of file uwApplication_cmn_header.h.
typedef struct hdr_DATA_APPLICATION hdr_DATA_APPLICATION |
Content header of TRIGGER packet.
|
extern |
DATA packet type.
Definition at line 47 of file DESERT_Framework/DESERT/application/uwApplication/initlib.cpp.