|
DESERT 4.0.0
|
#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
|
inlinestatic |
|
inlinestatic |
Reference to the offset_ variable
References offset_.
| int hdr_tlohi::data_sn |
DATA packet sequence number
Referenced by MMacTLOHI::initPkt().
|
static |
| packet_t hdr_tlohi::orig_type |
Original type of the packet (i.e. the type defined by the upper layers)
Referenced by MMacTLOHI::initPkt(), and MMacTLOHI::stateDataReceived().
| TLOHI_PKT_TYPE hdr_tlohi::pkt_type |
T-LOHI packet type
Referenced by TLohiTracer::format(), MMacTLOHI::initPkt(), and MMacTLOHI::Phy2MacEndRx().
| int hdr_tlohi::sn |
sequence number of this packet
Referenced by TLohiTracer::format(), and MMacTLOHI::initPkt().
| double hdr_tlohi::ts |
packet timestamp, i.e., its generation time)
Referenced by TLohiTracer::format(), and MMacTLOHI::initPkt().