DESERT 3.5.1
Loading...
Searching...
No Matches
hdr_TRIGGER_UFETCH Struct Reference

#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_UFETCHaccess (const Packet *p)
 

Public Attributes

int t_min_
 
int t_max_
 
int max_pck_want_rx_
 

Static Public Attributes

static int offset_ = 0
 

Detailed Description

Content header of TRIGGER packet.

Definition at line 92 of file uwUFetch_cmn_hdr.h.

Member Function Documentation

◆ access()

static hdr_TRIGGER_UFETCH * hdr_TRIGGER_UFETCH::access ( const Packet *  p)
inlinestatic

Definition at line 146 of file uwUFetch_cmn_hdr.h.

◆ max_pck_want_rx()

int & hdr_TRIGGER_UFETCH::max_pck_want_rx ( )
inline

Reference to the max_pck_want_rx variable.

Returns
int & max_pck_want_rx_

Definition at line 140 of file uwUFetch_cmn_hdr.h.

◆ offset()

static int & hdr_TRIGGER_UFETCH::offset ( )
inlinestatic

Reference to the offset variable.

Definition at line 107 of file uwUFetch_cmn_hdr.h.

◆ t_max()

int & hdr_TRIGGER_UFETCH::t_max ( )
inline

Reference to the t_max variable.

Returns
int& t_max_

Definition at line 129 of file uwUFetch_cmn_hdr.h.

◆ t_min()

int & hdr_TRIGGER_UFETCH::t_min ( )
inline

Reference to the t_min variable.

Returns
int& t_min_

Definition at line 118 of file uwUFetch_cmn_hdr.h.

Member Data Documentation

◆ max_pck_want_rx_

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.

◆ offset_

int hdr_TRIGGER_UFETCH::offset_ = 0
static

Required by the PacketHeaderManager.

Definition at line 101 of file uwUFetch_cmn_hdr.h.

◆ t_max_

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.

◆ t_min_

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.


The documentation for this struct was generated from the following files: