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

#include <uwvbr-module.h>

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.

Definition at line 72 of file uwvbr-module.h.

Member Function Documentation

◆ access()

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

Definition at line 89 of file uwvbr-module.h.

◆ offset()

static int & hdr_uwvbr::offset ( )
inlinestatic

Reference to the offset_ variable.

Definition at line 83 of file uwvbr-module.h.

◆ rftt()

float & hdr_uwvbr::rftt ( )
inline

Reference to the rftt_ variable.

Definition at line 116 of file uwvbr-module.h.

◆ rftt_valid()

bool & hdr_uwvbr::rftt_valid ( )
inline

Reference to the rftt_valid_ variable.

Definition at line 107 of file uwvbr-module.h.

◆ sn()

u_int16_t & hdr_uwvbr::sn ( )
inline

Reference to the sn_ variable.

Definition at line 98 of file uwvbr-module.h.

Member Data Documentation

◆ offset_

int hdr_uwvbr::offset_
static

Required by the PacketHeaderManager.

Offset used to access in hdr_uwvbr packets header.

Definition at line 77 of file uwvbr-module.h.

◆ rftt_

float hdr_uwvbr::rftt_

Forward Trip Time of the packet.

Definition at line 74 of file uwvbr-module.h.

◆ rftt_valid_

bool hdr_uwvbr::rftt_valid_

Flag used to set the validity of the fft field.

Definition at line 75 of file uwvbr-module.h.

◆ sn_

u_int16_t hdr_uwvbr::sn_

Serial number of the packet.

Definition at line 73 of file uwvbr-module.h.


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