DESERT 3.5.1
|
#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_CBEACON_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 CBEACON packet.
Definition at line 414 of file uwUFetch_cmn_hdr.h.
|
inlinestatic |
Definition at line 466 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to num_Max_CBEACON_tx_by_HN_ variable.
Definition at line 460 of file uwUFetch_cmn_hdr.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 427 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to t_max_bc_ variable.
Definition at line 449 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to t_min_bc_ variable.
Definition at line 438 of file uwUFetch_cmn_hdr.h.
int hdr_CBEACON_UFETCH::num_Max_CBEACON_tx_by_HN_ |
Maximum number of CBEACON that the HN can transmit after the BEACON packet.
Definition at line 419 of file uwUFetch_cmn_hdr.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 421 of file uwUFetch_cmn_hdr.h.
int hdr_CBEACON_UFETCH::t_max_bc_ |
maximum value in which the Node can choose his backoff time
Definition at line 417 of file uwUFetch_cmn_hdr.h.
int hdr_CBEACON_UFETCH::t_min_bc_ |
minimum value in which the Node can choose his backoff time
Definition at line 415 of file uwUFetch_cmn_hdr.h.