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

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

Public Attributes

uint16_t ts_
 
int n_pkts_
 
uint id_node_
 
uint PROBE_uid_
 

Static Public Attributes

static int offset_ = 0
 

Detailed Description

Header of the PROBE message.

Definition at line 198 of file uwpolling_cmn_hdr.h.

Member Function Documentation

◆ access()

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

Definition at line 262 of file uwpolling_cmn_hdr.h.

◆ id_node()

uint & hdr_PROBE::id_node ( )
inline

Reference to id_node variable.

Definition at line 238 of file uwpolling_cmn_hdr.h.

◆ n_pkts()

int & hdr_PROBE::n_pkts ( )
inline

Reference to backoff_time variable.

Reference to n_pkts variable

Definition at line 229 of file uwpolling_cmn_hdr.h.

◆ offset()

static int & hdr_PROBE::offset ( )
inlinestatic

Reference to the offset variable.

Definition at line 256 of file uwpolling_cmn_hdr.h.

◆ PROBE_uid()

uint & hdr_PROBE::PROBE_uid ( )
inline

Reference to PROBE_uid_ variable.

Definition at line 247 of file uwpolling_cmn_hdr.h.

◆ ts()

uint16_t & hdr_PROBE::ts ( )
inline

Reference to timestamp variable.

Definition at line 211 of file uwpolling_cmn_hdr.h.

Member Data Documentation

◆ id_node_

uint hdr_PROBE::id_node_

ID of the node.

Definition at line 203 of file uwpolling_cmn_hdr.h.

◆ n_pkts_

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.

◆ offset_

int hdr_PROBE::offset_ = 0
static

Required by the PacketHeaderManager.

Definition at line 205 of file uwpolling_cmn_hdr.h.

◆ PROBE_uid_

uint hdr_PROBE::PROBE_uid_

Unique ID of the PROBE packet.

Definition at line 204 of file uwpolling_cmn_hdr.h.

◆ ts_

uint16_t hdr_PROBE::ts_

Timestamp of the most recent data packet.

Definition at line 200 of file uwpolling_cmn_hdr.h.


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