|
DESERT 4.0.0
|
#include <uwUFetch_cmn_hdr.h>
Public Member Functions | |
| int & | t_min_bc () |
| int & | t_max_bc () |
| int & | num_Max_CBEACON_tx_by_HN () |
Static Public Member Functions | |
| static int & | offset () |
| static hdr_BEACON_UFETCH * | access (const Packet *p) |
Public Attributes | |
| int | t_min_bc_ |
| int | t_max_bc_ |
| int | num_Max_CBEACON_tx_by_HN_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Content header of BEACON packet
|
inlinestatic |
|
inline |
Reference to num_Max_CBEACON_tx_by_HN_ variable
References num_Max_CBEACON_tx_by_HN_.
Referenced by uwUFetch_NODE::BEACON_rx(), and uwUFetch_NODE::state_BEACON_tx().
|
inlinestatic |
Reference to the offset variable
References offset_.
|
inline |
Reference to t_max_bc_ variable
References t_max_bc_.
Referenced by uwUFetch_NODE::BEACON_rx(), and uwUFetch_NODE::state_BEACON_tx().
|
inline |
Reference to t_min_bc_ variable
References t_min_bc_.
Referenced by uwUFetch_NODE::BEACON_rx(), and uwUFetch_NODE::state_BEACON_tx().
| int hdr_BEACON_UFETCH::num_Max_CBEACON_tx_by_HN_ |
Maximum number of CBEACON that the HN can transmit after the BEACON packet
Referenced by num_Max_CBEACON_tx_by_HN(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
|
static |
| int hdr_BEACON_UFETCH::t_max_bc_ |
maximum value in which the Node can choose his backoff time
Referenced by packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), t_max_bc(), and packer_uwUFetch::unpackMyHdr().
| int hdr_BEACON_UFETCH::t_min_bc_ |
minimum value in which the Node can choose his backoff time
Referenced by packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), t_min_bc(), and packer_uwUFetch::unpackMyHdr().