DESERT 3.5.1
|
#include <uw-mac-DACAP-alter.h>
Static Public Member Functions | |
static int & | offset () |
static struct hdr_dacap * | access (const Packet *p) |
Public Attributes | |
double | ts |
int | sn |
int | dacap_type |
packet_t | orig_type |
int | data_sn |
int | tx_tries |
Static Public Attributes | |
static int | offset_ |
Definition of the header of DACAP packets.
Definition at line 67 of file uw-mac-DACAP-alter.h.
|
inlinestatic |
Access to this header in the Packet.
Definition at line 91 of file uw-mac-DACAP-alter.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 82 of file uw-mac-DACAP-alter.h.
int hdr_dacap::dacap_type |
sequence number of this packet
Definition at line 71 of file uw-mac-DACAP-alter.h.
int hdr_dacap::data_sn |
Sequence number of the packet.
Definition at line 73 of file uw-mac-DACAP-alter.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 77 of file uw-mac-DACAP-alter.h.
packet_t hdr_dacap::orig_type |
Original type of the packet.
Definition at line 72 of file uw-mac-DACAP-alter.h.
int hdr_dacap::sn |
sequence number of this packet
Definition at line 70 of file uw-mac-DACAP-alter.h.
double hdr_dacap::ts |
packet timestamp, i.e., its generation time)
Definition at line 69 of file uw-mac-DACAP-alter.h.
int hdr_dacap::tx_tries |
Number of transmission tries of the packet.
Definition at line 75 of file uw-mac-DACAP-alter.h.