|
DESERT 4.0.0
|
#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
|
inlinestatic |
|
inline |
Reference to the backoff_Time_RTS_ variable
References backoff_time_RTS_.
Referenced by uwUFetch_AUV::RTS_rx(), and uwUFetch_NODE::state_RTS_tx().
|
inline |
Reference to the num_Data_pcks_ variable
References num_DATA_pcks_.
Referenced by uwUFetch_AUV::RTS_rx(), and uwUFetch_NODE::state_RTS_tx().
|
inlinestatic |
Reference to the offset variable
References offset_.
| int hdr_RTS_UFETCH::backoff_time_RTS_ |
Backoff time chosen by the HN for collision free
Referenced by backoff_time_RTS(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
| int hdr_RTS_UFETCH::num_DATA_pcks_ |
Number of packets that the HN want to transmit to the AUV
Referenced by num_DATA_pcks(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
|
static |