DESERT 3.5.1
|
#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.
Definition at line 364 of file uwUFetch_cmn_hdr.h.
|
inlinestatic |
Definition at line 405 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to mac_addr_Node_polled_ variable.
Definition at line 399 of file uwUFetch_cmn_hdr.h.
|
inline |
Reference to num_DATA_pcks_MAX_rx variable.
Definition at line 388 of file uwUFetch_cmn_hdr.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 377 of file uwUFetch_cmn_hdr.h.
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.
Definition at line 368 of file uwUFetch_cmn_hdr.h.
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.
Definition at line 365 of file uwUFetch_cmn_hdr.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 371 of file uwUFetch_cmn_hdr.h.