|
DESERT 4.0.0
|
#include <uwUFetch_cmn_hdr.h>

Public Member Functions | |
| int & | n_DATA_pcks_Node_tx () |
| int & | backoff_time_PROBE () |
Static Public Member Functions | |
| static int & | offset () |
| static hdr_PROBE_UFETCH * | access (const Packet *p) |
Public Attributes | |
| int | n_DATA_pcks_Node_tx_ |
| int | backoff_time_PROBE_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Content header of PROBE packet
|
inlinestatic |
|
inline |
Reference to backoff_time_PROBE_ variable
References backoff_time_PROBE_.
Referenced by uwUFetch_NODE::PROBE_rx(), and uwUFetch_NODE::state_PROBE_tx().
|
inline |
Reference to n_DATA_pcks_Node_tx_ variable
References n_DATA_pcks_Node_tx_.
Referenced by uwUFetch_NODE::PROBE_rx(), and uwUFetch_NODE::state_PROBE_tx().
|
inlinestatic |
Reference to the offset variable
References offset_.
| int hdr_PROBE_UFETCH::backoff_time_PROBE_ |
Backoff time chosen by the NODE for collision free
Referenced by backoff_time_PROBE(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
| int hdr_PROBE_UFETCH::n_DATA_pcks_Node_tx_ |
number of packets that Node have to transmit at HN
Referenced by n_DATA_pcks_Node_tx(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
|
static |