40#ifndef UWMULTI_CMN_HDR_H
41#define UWMULTI_CMN_HDR_H
47#define HDR_UWMULTIPHY_PING(p) \
48 (hdr_UWMULTIPHY_PING::access(p))
49#define HDR_UWMULTIPHY_PONG(p) \
50 (hdr_UWMULTIPHY_PONG::access(p))
51#define HDR_UWMULTIPHY_DATA(p) \
52 (hdr_uwmultiphy_data::access(p))
Header of the DATA message.
static int & offset()
Reference to the offset variable.
static int offset_
Required by the PacketHeaderManager.
static struct hdr_uwmultiphy_data * access(const Packet *p)
static int offset_
Required by the PacketHeaderManager.
static struct hdr_uwmultiphy_ping * access(const Packet *p)
static int & offset()
Reference to the offset variable.
Header of the uwmultiphy_pong message.
static int offset_
Required by the PacketHeaderManager.
static int & offset()
Reference to the offset variable.
static struct hdr_uwmultiphy_pong * access(const Packet *p)
packet_t PT_UWMULTIPHY_PONG
packet_t PT_UWMULTIPHY_PING
packet_t PT_UWMULTIPHY_DATA