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

#include <uwpolling_cmn_hdr.h>

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.

Definition at line 367 of file uwpolling_cmn_hdr.h.

Member Function Documentation

◆ access()

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

Definition at line 390 of file uwpolling_cmn_hdr.h.

◆ id_ack()

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

Reference to the id_ack_ variable.

Definition at line 375 of file uwpolling_cmn_hdr.h.

◆ offset()

static int & hdr_ACK_SINK::offset ( )
inlinestatic

Reference to the offset variable.

Definition at line 384 of file uwpolling_cmn_hdr.h.

Member Data Documentation

◆ id_ack_

std::vector<uint16_t> hdr_ACK_SINK::id_ack_

ACK is the id of the wrong packets.

Definition at line 368 of file uwpolling_cmn_hdr.h.

◆ offset_

int hdr_ACK_SINK::offset_ = 0
static

Required by the PacketHeaderManager.

Definition at line 369 of file uwpolling_cmn_hdr.h.


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