DESERT 4.0.0
hdr_uwvbr Struct Reference

#include <uwvbr-module.h>

Collaboration diagram for hdr_uwvbr:
Collaboration graph

Public Member Functions

u_int16_t & sn ()
 
bool & rftt_valid ()
 
float & rftt ()
 

Static Public Member Functions

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

Public Attributes

u_int16_t sn_
 
float rftt_
 
bool rftt_valid_
 

Static Public Attributes

static int offset_
 

Detailed Description

hdr_uwvbr describes UWVBR packets.

Member Function Documentation

◆ access()

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

References access(), and offset_.

Referenced by access().

Here is the call graph for this function:

◆ offset()

static int & hdr_uwvbr::offset ( )
inlinestatic

Reference to the offset_ variable.

References offset_.

◆ rftt()

float & hdr_uwvbr::rftt ( )
inline

Reference to the rftt_ variable.

References rftt_.

Referenced by UwVbrModule::initPkt(), and UwVbrModule::recv().

◆ rftt_valid()

bool & hdr_uwvbr::rftt_valid ( )
inline

Reference to the rftt_valid_ variable.

References rftt_valid_.

Referenced by UwVbrModule::initPkt(), and UwVbrModule::recv().

◆ sn()

u_int16_t & hdr_uwvbr::sn ( )
inline

Reference to the sn_ variable.

References sn_.

Referenced by UwVbrModule::initPkt(), UwVbrModule::recv(), and UwVbrModule::sendPkt().

Member Data Documentation

◆ offset_

int hdr_uwvbr::offset_
static

Required by the PacketHeaderManager.

Offset used to access in hdr_uwvbr packets header.

Referenced by access(), and offset().

◆ rftt_

float hdr_uwvbr::rftt_

Forward Trip Time of the packet.

Referenced by rftt().

◆ rftt_valid_

bool hdr_uwvbr::rftt_valid_

Flag used to set the validity of the fft field.

Referenced by rftt_valid().

◆ sn_

u_int16_t hdr_uwvbr::sn_

Serial number of the packet.

Referenced by sn().


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