DESERT 3.5.1
Loading...
Searching...
No Matches
hdr_POLL Struct Reference

#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_POLLaccess (const Packet *p)
 

Public Attributes

int id_
 
uint POLL_uid_
 
uint16_t POLL_time_
 

Static Public Attributes

static int offset_ = 0
 

Detailed Description

Header of the POLL message.

Definition at line 149 of file uwpolling_cmn_hdr.h.

Member Function Documentation

◆ access()

static struct hdr_POLL * hdr_POLL::access ( const Packet *  p)
inlinestatic

Definition at line 189 of file uwpolling_cmn_hdr.h.

◆ ID()

int & hdr_POLL::ID ( )
inline

Reference to the id_ variable.

Definition at line 159 of file uwpolling_cmn_hdr.h.

◆ offset()

static int & hdr_POLL::offset ( )
inlinestatic

Reference to the offset variable.

Definition at line 183 of file uwpolling_cmn_hdr.h.

◆ POLL_time()

uint16_t & hdr_POLL::POLL_time ( )
inline

Definition at line 174 of file uwpolling_cmn_hdr.h.

◆ POLL_uid()

uint & hdr_POLL::POLL_uid ( )
inline

Reference to the POLL_uid_ variable.

Definition at line 168 of file uwpolling_cmn_hdr.h.

Member Data Documentation

◆ id_

int hdr_POLL::id_

ID of the POLLED node.

Definition at line 150 of file uwpolling_cmn_hdr.h.

◆ offset_

int hdr_POLL::offset_ = 0
static

Required by the PacketHeaderManager.

Definition at line 153 of file uwpolling_cmn_hdr.h.

◆ POLL_time_

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.

◆ POLL_uid_

uint hdr_POLL::POLL_uid_

POLL packet unique ID.

Definition at line 151 of file uwpolling_cmn_hdr.h.


The documentation for this struct was generated from the following files: