|
DESERT 4.0.0
|
#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.
|
inlinestatic |
|
inlinestatic |
Reference to the offset_ variable.
References offset_.
|
inline |
Reference to the rftt_ variable.
References rftt_.
Referenced by UwVbrModule::initPkt(), and UwVbrModule::recv().
|
inline |
Reference to the rftt_valid_ variable.
References rftt_valid_.
Referenced by UwVbrModule::initPkt(), and UwVbrModule::recv().
|
inline |
Reference to the sn_ variable.
References sn_.
Referenced by UwVbrModule::initPkt(), UwVbrModule::recv(), and UwVbrModule::sendPkt().
|
static |
| float hdr_uwvbr::rftt_ |
Forward Trip Time of the packet.
Referenced by rftt().
| bool hdr_uwvbr::rftt_valid_ |
Flag used to set the validity of the fft field.
Referenced by rftt_valid().
| u_int16_t hdr_uwvbr::sn_ |
Serial number of the packet.
Referenced by sn().