DESERT 3.5.1
Loading...
Searching...
No Matches
uwmulti-cmn-hdr.h File Reference
#include <mmac.h>
#include <module.h>
#include <packet.h>
Include dependency graph for uwmulti-cmn-hdr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hdr_uwmultiphy_data
 
struct  hdr_uwmultiphy_pong
 
struct  hdr_uwmultiphy_ping
 

Macros

#define HDR_UWMULTIPHY_PING(p)    (hdr_UWMULTIPHY_PING::access(p))
 
#define HDR_UWMULTIPHY_PONG(p)    (hdr_UWMULTIPHY_PONG::access(p))
 
#define HDR_UWMULTIPHY_DATA(p)    (hdr_uwmultiphy_data::access(p))
 

Typedefs

typedef struct hdr_uwmultiphy_data hdr_uwmultiphy_data
 
typedef struct hdr_uwmultiphy_pong hdr_uwmultiphy_pong
 
typedef struct hdr_uwmultiphy_ping hdr_uwmultiphy_ping
 

Variables

packet_t PT_UWMULTIPHY_DATA
 
packet_t PT_UWMULTIPHY_PING
 
packet_t PT_UWMULTIPHY_PONG
 

Macro Definition Documentation

◆ HDR_UWMULTIPHY_DATA

#define HDR_UWMULTIPHY_DATA (   p)     (hdr_uwmultiphy_data::access(p))

alias defined to access the DATA HEADER

Definition at line 55 of file uwmulti-cmn-hdr.h.

◆ HDR_UWMULTIPHY_PING

#define HDR_UWMULTIPHY_PING (   p)     (hdr_UWMULTIPHY_PING::access(p))

alias defined to access the UWMULTIPHY_PING HEADER

Definition at line 49 of file uwmulti-cmn-hdr.h.

◆ HDR_UWMULTIPHY_PONG

#define HDR_UWMULTIPHY_PONG (   p)     (hdr_UWMULTIPHY_PONG::access(p))

alias defined to access the UWMULTIPHY_PONG HEADER

Definition at line 52 of file uwmulti-cmn-hdr.h.

Typedef Documentation

◆ hdr_uwmultiphy_data

Header of the DATA message.

◆ hdr_uwmultiphy_ping

◆ hdr_uwmultiphy_pong

Header of the uwmultiphy_pong message.

Variable Documentation

◆ PT_UWMULTIPHY_DATA

packet_t PT_UWMULTIPHY_DATA
extern

◆ PT_UWMULTIPHY_PING

packet_t PT_UWMULTIPHY_PING
extern

◆ PT_UWMULTIPHY_PONG

packet_t PT_UWMULTIPHY_PONG
extern