#include <rtProtoDV.h>
Collaboration diagram for hdr_DV:

Public Member Functions | |
| u_int32_t & | metricsVar () |
Static Public Member Functions | |
| int & | offset () |
| hdr_DV * | access (const Packet *p) |
Public Attributes | |
| u_int32_t | mv_ |
Static Public Attributes | |
| int | offset_ |
|
|
Definition at line 34 of file rtProtoDV.h. References Packet::access(), and offset_. Referenced by rtProtoDV::recv(), and rtProtoDV::sendpkt().
|
Here is the call graph for this function:

|
|
Definition at line 39 of file rtProtoDV.h. References mv_, and u_int32_t. Referenced by rtProtoDV::recv(), and rtProtoDV::sendpkt().
00039 { return mv_; }
|
|
|
Definition at line 33 of file rtProtoDV.h. References offset_.
00033 { return offset_; }
|
|
|
Definition at line 30 of file rtProtoDV.h. Referenced by metricsVar(). |
|
|
Definition at line 31 of file rtProtoDV.cc. Referenced by access(), offset(), and rtDVHeaderClass::rtDVHeaderClass(). |
1.3.3