DESERT 3.5.1
|
#include <uwpolling_cmn_hdr.h>
Public Member Functions | |
int & | ID () |
uint & | POLL_uid () |
uint16_t & | POLL_time () |
Static Public Member Functions | |
static int & | offset () |
static struct hdr_POLL * | access (const Packet *p) |
Public Attributes | |
int | id_ |
uint | POLL_uid_ |
uint16_t | POLL_time_ |
Static Public Attributes | |
static int | offset_ = 0 |
Header of the POLL message.
Definition at line 149 of file uwpolling_cmn_hdr.h.
|
inlinestatic |
Definition at line 189 of file uwpolling_cmn_hdr.h.
|
inline |
Reference to the id_ variable.
Definition at line 159 of file uwpolling_cmn_hdr.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 183 of file uwpolling_cmn_hdr.h.
|
inline |
Definition at line 174 of file uwpolling_cmn_hdr.h.
|
inline |
Reference to the POLL_uid_ variable.
Definition at line 168 of file uwpolling_cmn_hdr.h.
int hdr_POLL::id_ |
ID of the POLLED node.
Definition at line 150 of file uwpolling_cmn_hdr.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 153 of file uwpolling_cmn_hdr.h.
uint16_t hdr_POLL::POLL_time_ |
Time needed by the AUV to poll all the nodes.
Definition at line 152 of file uwpolling_cmn_hdr.h.
uint hdr_POLL::POLL_uid_ |
POLL packet unique ID.
Definition at line 151 of file uwpolling_cmn_hdr.h.