|
DESERT 4.0.0
|
#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
|
inlinestatic |
|
inlinestatic |
Reference to the offset variable
References offset_.
| int hdr_dacap::dacap_type |
sequence number of this packet
Referenced by DACAPTracer::format(), MMacDACAP::initPkt(), MMacDACAP::Phy2MacEndRx(), MMacDACAP::rxStateBackoff(), MMacDACAP::rxStateIdle(), MMacDACAP::rxStateRecontendWindow(), MMacDACAP::rxStateSendWarning(), MMacDACAP::rxStateWaitACK(), MMacDACAP::rxStateWaitCTS(), MMacDACAP::rxStateWaitData(), MMacDACAP::rxStateWaitWarning(), MMacDACAP::rxStateWaitXAck(), MMacDACAP::rxStateWaitXCts(), MMacDACAP::rxStateWaitXData(), and MMacDACAP::rxStateWaitXWarning().
| int hdr_dacap::data_sn |
Sequence number of the packet
Referenced by MMacDACAP::initPkt(), MMacDACAP::rxStateBackoff(), MMacDACAP::rxStateIdle(), MMacDACAP::rxStateRecontendWindow(), MMacDACAP::rxStateSendWarning(), MMacDACAP::rxStateWaitACK(), MMacDACAP::rxStateWaitCTS(), MMacDACAP::rxStateWaitData(), MMacDACAP::rxStateWaitWarning(), MMacDACAP::rxStateWaitXAck(), MMacDACAP::rxStateWaitXCts(), MMacDACAP::rxStateWaitXData(), and MMacDACAP::rxStateWaitXWarning().
|
static |
| packet_t hdr_dacap::orig_type |
Original type of the packet
Referenced by MMacDACAP::initPkt(), and MMacDACAP::stateDataReceived().
| int hdr_dacap::sn |
sequence number of this packet
Referenced by DACAPTracer::format(), and MMacDACAP::initPkt().
| double hdr_dacap::ts |
packet timestamp, i.e., its generation time)
Referenced by DACAPTracer::format(), and MMacDACAP::initPkt().
| int hdr_dacap::tx_tries |
Number of transmission tries of the packet
Referenced by MMacDACAP::initPkt().