|
DESERT 3.6.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 66 of file uwcbr-module.h.
|
inlinestatic |
Definition at line 86 of file uwcbr-module.h.
|
inlinestatic |
Reference to the offset_ variable.
Definition at line 80 of file uwcbr-module.h.
|
inline |
Reference to the priority_ variable.
Definition at line 113 of file uwcbr-module.h.
|
inline |
Reference to the rftt_ variable.
Definition at line 122 of file uwcbr-module.h.
|
inline |
Reference to the rftt_valid_ variable.
Definition at line 104 of file uwcbr-module.h.
|
inline |
Reference to the sn_ variable.
Definition at line 95 of file uwcbr-module.h.
|
inline |
Reference to the rftt_ variable.
Definition at line 131 of file uwcbr-module.h.
|
static |
Required by the PacketHeaderManager.
Offset used to access in hdr_uwcbr packets header.
Definition at line 74 of file uwcbr-module.h.
| char hdr_uwcbr::priority_ |
Priority flag: 1 means high priority, 0 normal priority.
Definition at line 70 of file uwcbr-module.h.
| float hdr_uwcbr::rftt_ |
Forward Trip Time of the packet.
Definition at line 68 of file uwcbr-module.h.
| bool hdr_uwcbr::rftt_valid_ |
Flag used to set the validity of the fft field.
Definition at line 69 of file uwcbr-module.h.
| uint16_t hdr_uwcbr::sn_ |
Serial number of the packet.
Definition at line 67 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 72 of file uwcbr-module.h.