DESERT 3.5.1
Loading...
Searching...
No Matches
uwApplication_cmn_header.h File Reference
#include <module.h>
#include <packet.h>
#include <pthread.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)
 

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)
Value:
p))
static hdr_DATA_APPLICATION * access(const Packet *p)

alias defined to access the TRIGGER HEADER

Definition at line 51 of file uwApplication_cmn_header.h.

◆ MAX_LENGTH_PAYLOAD

#define MAX_LENGTH_PAYLOAD   4096

Definition at line 46 of file uwApplication_cmn_header.h.

Typedef Documentation

◆ hdr_DATA_APPLICATION

Content header of TRIGGER 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.