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

#include <uwpolling_cmn_hdr.h>

Public Member Functions

uint16_t & pkt_uid ()
 
uint16_t & last_pkt_uid ()
 

Static Public Member Functions

static int & offset ()
 
static struct hdr_AUV_MULEaccess (const Packet *p)
 

Public Attributes

uint16_t pkt_uid_
 
uint16_t last_pkt_uid_
 

Static Public Attributes

static int offset_ = 0
 

Detailed Description

Header of the data sent from AUV MULE to SINK.

Definition at line 325 of file uwpolling_cmn_hdr.h.

Member Function Documentation

◆ access()

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

Definition at line 358 of file uwpolling_cmn_hdr.h.

◆ last_pkt_uid()

uint16_t & hdr_AUV_MULE::last_pkt_uid ( )
inline

Reference to the last_pkt_uid_ variable.

Definition at line 343 of file uwpolling_cmn_hdr.h.

◆ offset()

static int & hdr_AUV_MULE::offset ( )
inlinestatic

Reference to the offset variable.

Definition at line 352 of file uwpolling_cmn_hdr.h.

◆ pkt_uid()

uint16_t & hdr_AUV_MULE::pkt_uid ( )
inline

Reference to the pkt_uid_ variable.

Definition at line 334 of file uwpolling_cmn_hdr.h.

Member Data Documentation

◆ last_pkt_uid_

uint16_t hdr_AUV_MULE::last_pkt_uid_

Definition at line 327 of file uwpolling_cmn_hdr.h.

◆ offset_

int hdr_AUV_MULE::offset_ = 0
static

ID of the last packet transmitted in the round.

Required by the PacketHeaderManager.

Definition at line 328 of file uwpolling_cmn_hdr.h.

◆ pkt_uid_

uint16_t hdr_AUV_MULE::pkt_uid_

unique ID of the transmitted packet by the AUV node

Definition at line 326 of file uwpolling_cmn_hdr.h.


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