ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


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

Flow Class Reference

#include <flowmon.h>

Inheritance diagram for Flow:

EDQueueMonitor QueueMonitor TclObject RedPDFlow TaggerTBFlow TaggerTSWFlow List of all members.

Public Member Functions

 Flow ()
nsaddr_t src () const
nsaddr_t dst () const
int flowid () const
packet_t ptype () const
void setfields (Packet *p)
virtual void tagging (Packet *)

Protected Attributes

nsaddr_t src_
nsaddr_t dst_
int fid_
packet_t type_

Constructor & Destructor Documentation

Flow::Flow   [inline]
 


Member Function Documentation

nsaddr_t Flow::dst   const [inline]
 

int Flow::flowid   const [inline]
 

packet_t Flow::ptype   const [inline]
 

void Flow::setfields Packet   p [inline]
 

nsaddr_t Flow::src   const [inline]
 

virtual void Flow::tagging Packet   [inline, virtual]
 

Reimplemented in TaggerTBFlow, and TaggerTSWFlow.


Member Data Documentation

nsaddr_t Flow::dst_ [protected]
 

int Flow::fid_ [protected]
 

nsaddr_t Flow::src_ [protected]
 

packet_t Flow::type_ [protected]
 


The documentation for this class was generated from the following file:
This document is generated by doxygen.