DESERT 3.5.1
|
#include <uwUFetch_cmn_hdr.h>
Public Member Functions | |
int & | num_DATA_pcks () |
int & | backoff_time_RTS () |
Static Public Member Functions | |
static int & | offset () |
static hdr_RTS_UFETCH * | access (const Packet *p) |
Public Attributes | |
int | num_DATA_pcks_ |
int | backoff_time_RTS_ |
Static Public Attributes | |
static int | offset_ = 0 |
Content header of RTS packet.
Definition at line 155 of file uwUFetch_cmn_hdr.h.
|
inlinestatic |
Definition at line 196 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to the backoff_Time_RTS_ variable.
Definition at line 190 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to the num_Data_pcks_ variable.
Definition at line 179 of file uwUFetch_cmn_hdr.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 168 of file uwUFetch_cmn_hdr.h.
int hdr_RTS_UFETCH::backoff_time_RTS_ |
Backoff time chosen by the HN for collision free.
Definition at line 159 of file uwUFetch_cmn_hdr.h.
int hdr_RTS_UFETCH::num_DATA_pcks_ |
Number of packets that the HN want to transmit to the AUV.
Definition at line 156 of file uwUFetch_cmn_hdr.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 162 of file uwUFetch_cmn_hdr.h.