|
DESERT 4.0.0
|
#include <uwUFetch_cmn_hdr.h>

Public Member Functions | |
| int & | num_DATA_pcks_MAX_rx () |
| int & | mac_addr_HN_ctsed () |
Static Public Member Functions | |
| static int & | offset () |
| static hdr_CTS_UFETCH * | access (const Packet *p) |
Public Attributes | |
| int | num_DATA_pcks_MAX_rx_ |
| int | mac_addr_HN_ctsed_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Content header of CTS packet
|
inlinestatic |
|
inline |
Reference to the mac_addr_HN_ctsed_ variable
References mac_addr_HN_ctsed_.
Referenced by uwUFetch_AUV::state_CTS_tx().
|
inline |
Reference to the num_DATA_pcks_MAX_rx_ variable
References num_DATA_pcks_MAX_rx_.
Referenced by uwUFetch_NODE::CTS_rx(), and uwUFetch_AUV::state_CTS_tx().
|
inlinestatic |
Reference to the offset variable
References offset_.
| int hdr_CTS_UFETCH::mac_addr_HN_ctsed_ |
Mac address of the HN from which the AUV want to receive the DATA packets
Referenced by mac_addr_HN_ctsed(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
| int hdr_CTS_UFETCH::num_DATA_pcks_MAX_rx_ |
maximum number of packets that AUV want receive from HN
Referenced by num_DATA_pcks_MAX_rx(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
|
static |