Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

hdr_DV Struct Reference

#include <rtProtoDV.h>

Collaboration diagram for hdr_DV:

Collaboration graph
[legend]
List of all members.

Public Member Functions

u_int32_tmetricsVar ()

Static Public Member Functions

int & offset ()
hdr_DVaccess (const Packet *p)

Public Attributes

u_int32_t mv_

Static Public Attributes

int offset_

Member Function Documentation

hdr_DV* hdr_DV::access const Packet p  )  [inline, static]
 

Definition at line 34 of file rtProtoDV.h.

References Packet::access(), and offset_.

Referenced by rtProtoDV::recv(), and rtProtoDV::sendpkt().

00034                                                       {
00035                 return (hdr_DV*) p->access(offset_);
00036         }

Here is the call graph for this function:

u_int32_t& hdr_DV::metricsVar  )  [inline]
 

Definition at line 39 of file rtProtoDV.h.

References mv_, and u_int32_t.

Referenced by rtProtoDV::recv(), and rtProtoDV::sendpkt().

00039 { return mv_; }

int& hdr_DV::offset  )  [inline, static]
 

Definition at line 33 of file rtProtoDV.h.

References offset_.

00033 { return offset_; }


Member Data Documentation

u_int32_t hdr_DV::mv_
 

Definition at line 30 of file rtProtoDV.h.

Referenced by metricsVar().

int hdr_DV::offset_ [static]
 

Definition at line 31 of file rtProtoDV.cc.

Referenced by access(), offset(), and rtDVHeaderClass::rtDVHeaderClass().


The documentation for this struct was generated from the following files:
Generated on Tue Apr 20 12:50:29 2004 for NS2.26SourcesOriginal by doxygen 1.3.3