DESERT 3.5.1
|
#include <uw-mac-TLohi.h>
Static Public Member Functions | |
static int & | offset () |
static struct hdr_tlohi * | access (const Packet *p) |
Public Attributes | |
double | ts |
int | sn |
TLOHI_PKT_TYPE | pkt_type |
packet_t | orig_type |
int | data_sn |
Static Public Attributes | |
static int | offset_ |
Struct that defines the header of T-LOHI in the packets.
Definition at line 148 of file uw-mac-TLohi.h.
|
inlinestatic |
Method that permits to access to the header.
Definition at line 173 of file uw-mac-TLohi.h.
|
inlinestatic |
Reference to the offset_ variable.
Definition at line 164 of file uw-mac-TLohi.h.
int hdr_tlohi::data_sn |
DATA packet sequence number.
Definition at line 156 of file uw-mac-TLohi.h.
|
static |
Required by PacketManager Header.
Definition at line 158 of file uw-mac-TLohi.h.
packet_t hdr_tlohi::orig_type |
Original type of the packet (i.e.
the type defined by the upper layers)
Definition at line 154 of file uw-mac-TLohi.h.
TLOHI_PKT_TYPE hdr_tlohi::pkt_type |
T-LOHI packet type.
Definition at line 152 of file uw-mac-TLohi.h.
int hdr_tlohi::sn |
sequence number of this packet
Definition at line 151 of file uw-mac-TLohi.h.
double hdr_tlohi::ts |
packet timestamp, i.e., its generation time)
Definition at line 150 of file uw-mac-TLohi.h.