DESERT 3.5.1
|
#include <uwcbr-module.h>
Public Member Functions | |
uint16_t & | sn () |
bool & | rftt_valid () |
char & | priority () |
float & | rftt () |
uint16_t & | traffic_type () |
Static Public Member Functions | |
static int & | offset () |
static struct hdr_uwcbr * | access (const Packet *p) |
Public Attributes | |
uint16_t | sn_ |
float | rftt_ |
bool | rftt_valid_ |
char | priority_ |
uint16_t | traffic_type_ |
Static Public Attributes | |
static int | offset_ |
hdr_uwcbr describes UWCBR packets.
Definition at line 73 of file uwcbr-module.h.
|
inlinestatic |
Definition at line 93 of file uwcbr-module.h.
|
inlinestatic |
Reference to the offset_ variable.
Definition at line 87 of file uwcbr-module.h.
|
inline |
Reference to the priority_ variable.
Definition at line 120 of file uwcbr-module.h.
|
inline |
Reference to the rftt_ variable.
Definition at line 129 of file uwcbr-module.h.
|
inline |
Reference to the rftt_valid_ variable.
Definition at line 111 of file uwcbr-module.h.
|
inline |
Reference to the sn_ variable.
Definition at line 102 of file uwcbr-module.h.
|
inline |
Reference to the rftt_ variable.
Definition at line 138 of file uwcbr-module.h.
|
static |
Required by the PacketHeaderManager.
Offset used to access in hdr_uwcbr packets header.
Definition at line 81 of file uwcbr-module.h.
char hdr_uwcbr::priority_ |
Priority flag: 1 means high priority, 0 normal priority.
Definition at line 77 of file uwcbr-module.h.
float hdr_uwcbr::rftt_ |
Forward Trip Time of the packet.
Definition at line 75 of file uwcbr-module.h.
bool hdr_uwcbr::rftt_valid_ |
Flag used to set the validity of the fft field.
Definition at line 76 of file uwcbr-module.h.
uint16_t hdr_uwcbr::sn_ |
Serial number of the packet.
Definition at line 74 of file uwcbr-module.h.
uint16_t hdr_uwcbr::traffic_type_ |
Traffic type: (video, audio, image, etc..) meaning left to the user.
Definition at line 79 of file uwcbr-module.h.