DESERT 3.5.1
|
#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.
Definition at line 92 of file uwUFetch_cmn_hdr.h.
|
inlinestatic |
Definition at line 146 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to the max_pck_want_rx variable.
Definition at line 140 of file uwUFetch_cmn_hdr.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 107 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to the t_max variable.
Definition at line 129 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to the t_min variable.
Definition at line 118 of file uwUFetch_cmn_hdr.h.
int hdr_TRIGGER_UFETCH::max_pck_want_rx_ |
Maximum number of pck that AUV want receive from sink.
Definition at line 98 of file uwUFetch_cmn_hdr.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 101 of file uwUFetch_cmn_hdr.h.
int hdr_TRIGGER_UFETCH::t_max_ |
maximum value in which the HN can choose his backoff time
Definition at line 95 of file uwUFetch_cmn_hdr.h.
int hdr_TRIGGER_UFETCH::t_min_ |
minimum value in which the HN can choose his backoff time
Definition at line 93 of file uwUFetch_cmn_hdr.h.