DESERT 3.5.1
|
#include <uwpolling_cmn_hdr.h>
Public Member Functions | |
uint16_t & | ts () |
int & | n_pkts () |
uint & | id_node () |
uint & | PROBE_uid () |
Static Public Member Functions | |
static int & | offset () |
static struct hdr_PROBE * | access (const Packet *p) |
Public Attributes | |
uint16_t | ts_ |
int | n_pkts_ |
uint | id_node_ |
uint | PROBE_uid_ |
Static Public Attributes | |
static int | offset_ = 0 |
Header of the PROBE message.
Definition at line 198 of file uwpolling_cmn_hdr.h.
|
inlinestatic |
Definition at line 262 of file uwpolling_cmn_hdr.h.
|
inline |
Reference to id_node variable.
Definition at line 238 of file uwpolling_cmn_hdr.h.
|
inline |
Reference to backoff_time variable.
Reference to n_pkts variable
Definition at line 229 of file uwpolling_cmn_hdr.h.
|
inlinestatic |
Reference to the offset variable.
Definition at line 256 of file uwpolling_cmn_hdr.h.
|
inline |
Reference to PROBE_uid_ variable.
Definition at line 247 of file uwpolling_cmn_hdr.h.
|
inline |
Reference to timestamp variable.
Definition at line 211 of file uwpolling_cmn_hdr.h.
uint hdr_PROBE::id_node_ |
ID of the node.
Definition at line 203 of file uwpolling_cmn_hdr.h.
int hdr_PROBE::n_pkts_ |
Number of packets that the node wish to transmit to the AUV.
Definition at line 201 of file uwpolling_cmn_hdr.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 205 of file uwpolling_cmn_hdr.h.
uint hdr_PROBE::PROBE_uid_ |
Unique ID of the PROBE packet.
Definition at line 204 of file uwpolling_cmn_hdr.h.
uint16_t hdr_PROBE::ts_ |
Timestamp of the most recent data packet.
Definition at line 200 of file uwpolling_cmn_hdr.h.