Static Public Member Functions | |
static int & | offset () |
static struct hdr_cbr * | access (const Packet *p) |
Public Attributes | |
double | ts |
int | sn |
bool | rftt_valid |
double | rftt |
Static Public Attributes | |
static int | offset_ |
Definition at line 49 of file cbr-module.h.
double hdr_cbr::ts |
packet timestamp, i.e., its generation time)
Definition at line 51 of file cbr-module.h.
Referenced by CbrTracer::format(), CbrModule::initPkt(), and CbrModule::recv().
int hdr_cbr::sn |
sequence number of this packet
Definition at line 52 of file cbr-module.h.
Referenced by CbrTracer::format(), CbrModule::initPkt(), and CbrModule::recv().
bool hdr_cbr::rftt_valid |
whether the rftt value is valid (a packet must have been received in the opposite direction)
Definition at line 53 of file cbr-module.h.
Referenced by CbrTracer::format(), CbrModule::initPkt(), and CbrModule::recv().
double hdr_cbr::rftt |
Forward Trip Time seen in the opposite direction (opposite with respect to the direction of this packet). This is used to calculate Round Trip Time
Definition at line 56 of file cbr-module.h.
Referenced by CbrTracer::format(), CbrModule::initPkt(), and CbrModule::recv().