DESERT 3.6.0
Loading...
Searching...
No Matches
uwApplication_cmn_header.h File Reference
#include <packet.h>
Include dependency graph for uwApplication_cmn_header.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Provides the headers of the DATA packet.

Author
Federico Favaro
Version
1.1.0

Definition in file uwApplication_cmn_header.h.

Macro Definition Documentation

◆ HDR_DATA_APPLICATION

#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.

◆ MAX_LENGTH_PAYLOAD

#define MAX_LENGTH_PAYLOAD   4096

Definition at line 44 of file uwApplication_cmn_header.h.

Typedef Documentation

◆ hdr_DATA_APPLICATION

Content header of DATA packet.

Variable Documentation

◆ PT_DATA_APPLICATION

packet_t PT_DATA_APPLICATION
extern

DATA packet type.

Definition at line 47 of file DESERT_Framework/DESERT/application/uwApplication/initlib.cpp.