DESERT 3.5.1
|
#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_uwvbr * | access (const Packet *p) |
Public Attributes | |
u_int16_t | sn_ |
float | rftt_ |
bool | rftt_valid_ |
Static Public Attributes | |
static int | offset_ |
hdr_uwvbr describes UWVBR packets.
Definition at line 72 of file uwvbr-module.h.
|
inlinestatic |
Definition at line 89 of file uwvbr-module.h.
|
inlinestatic |
Reference to the offset_ variable.
Definition at line 83 of file uwvbr-module.h.
|
inline |
Reference to the rftt_ variable.
Definition at line 116 of file uwvbr-module.h.
|
inline |
Reference to the rftt_valid_ variable.
Definition at line 107 of file uwvbr-module.h.
|
inline |
Reference to the sn_ variable.
Definition at line 98 of file uwvbr-module.h.
|
static |
Required by the PacketHeaderManager.
Offset used to access in hdr_uwvbr packets header.
Definition at line 77 of file uwvbr-module.h.
float hdr_uwvbr::rftt_ |
Forward Trip Time of the packet.
Definition at line 74 of file uwvbr-module.h.
bool hdr_uwvbr::rftt_valid_ |
Flag used to set the validity of the fft field.
Definition at line 75 of file uwvbr-module.h.
u_int16_t hdr_uwvbr::sn_ |
Serial number of the packet.
Definition at line 73 of file uwvbr-module.h.