DESERT 4.0.0
hdr_ACK_SINK Struct Reference

#include <uwpolling_cmn_hdr.h>

Collaboration diagram for hdr_ACK_SINK:
Collaboration graph

Public Member Functions

std::vector< uint16_t > & id_ack ()
 

Static Public Member Functions

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

Public Attributes

std::vector< uint16_t > id_ack_
 

Static Public Attributes

static int offset_ = 0
 

Detailed Description

Header of the ACK sent by the SINK

Member Function Documentation

◆ access()

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

References access(), and offset_.

Referenced by access().

Here is the call graph for this function:

◆ id_ack()

std::vector< uint16_t > & hdr_ACK_SINK::id_ack ( )
inline

Reference to the id_ack_ variable

References id_ack_.

Referenced by Uwpolling_AUV::handleAck(), and Uwpolling_SINK::initPkt().

◆ offset()

static int & hdr_ACK_SINK::offset ( )
inlinestatic

Reference to the offset variable

References offset_.

Member Data Documentation

◆ id_ack_

std::vector<uint16_t> hdr_ACK_SINK::id_ack_

◆ offset_

int hdr_ACK_SINK::offset_ = 0
static

Required by the PacketHeaderManager.

Referenced by access(), and offset().


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