|
DESERT 4.0.0
|
#include <uwUFetch_cmn_hdr.h>

Public Member Functions | |
| int & | num_DATA_pcks_MAX_rx () |
| int & | mac_addr_Node_polled () |
Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_POLL_UFETCH * | access (const Packet *p) |
Public Attributes | |
| int | num_DATA_pcks_MAX_rx_ |
| int | mac_addr_Node_polled_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Content header of POLL packet
|
inlinestatic |
|
inline |
Reference to mac_addr_Node_polled_ variable
References mac_addr_Node_polled_.
Referenced by uwUFetch_NODE::state_POLL_tx().
|
inline |
Reference to num_DATA_pcks_MAX_rx variable
References num_DATA_pcks_MAX_rx_.
Referenced by uwUFetch_NODE::Phy2MacEndRx(), uwUFetch_NODE::POLL_rx(), and uwUFetch_NODE::state_POLL_tx().
|
inlinestatic |
Reference to the offset variable
References offset_.
| int hdr_POLL_UFETCH::mac_addr_Node_polled_ |
Mac address of the NODE that the HN has polled and from which it want to receive a data packet
Referenced by mac_addr_Node_polled(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
| int hdr_POLL_UFETCH::num_DATA_pcks_MAX_rx_ |
Maximum number of DATA packet that HN want to receive from the specific node that is being to poll
Referenced by num_DATA_pcks_MAX_rx(), packer_uwUFetch::packMyHdr(), packer_uwUFetch::printMyHdrFields(), and packer_uwUFetch::unpackMyHdr().
|
static |