|
DESERT 4.0.0
|
#include <uwUFetch_cmn_hdr.h>

Public Member Functions | |
| int & | t_min () |
| int & | t_max () |
| int & | max_pck_want_rx () |
Static Public Member Functions | |
| static int & | offset () |
| static hdr_TRIGGER_UFETCH * | access (const Packet *p) |
Public Attributes | |
| int | t_min_ |
| int | t_max_ |
| int | max_pck_want_rx_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Content header of TRIGGER packet
|
inlinestatic |
|
inline |
Reference to the max_pck_want_rx variable
References max_pck_want_rx_.
Referenced by uwUFetch_AUV::state_TRIGGER_tx(), uwUFetch_AUV::state_TRIGGER_tx_without(), uwUFetch_NODE::TRIGGER_rx(), and uwUFetch_NODE::TRIGGER_rx_without().
|
inlinestatic |
Reference to the offset variable
References offset_.
|
inline |
Reference to the t_max variable
References t_max_.
Referenced by uwUFetch_AUV::state_TRIGGER_tx(), uwUFetch_AUV::state_TRIGGER_tx_without(), uwUFetch_NODE::TRIGGER_rx(), and uwUFetch_NODE::TRIGGER_rx_without().
|
inline |
Reference to the t_min variable
References t_min_.
Referenced by uwUFetch_AUV::state_TRIGGER_tx(), uwUFetch_AUV::state_TRIGGER_tx_without(), uwUFetch_NODE::TRIGGER_rx(), and uwUFetch_NODE::TRIGGER_rx_without().
| int hdr_TRIGGER_UFETCH::max_pck_want_rx_ |
Maximum number of pck that AUV want receive from sink
Referenced by max_pck_want_rx(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
|
static |
| int hdr_TRIGGER_UFETCH::t_max_ |
maximum value in which the HN can choose his backoff time
Referenced by packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), t_max(), and packer_uwUFetch::unpackMyHdr().
| int hdr_TRIGGER_UFETCH::t_min_ |
minimum value in which the HN can choose his backoff time
Referenced by packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), t_min(), and packer_uwUFetch::unpackMyHdr().