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  

FlowMon Class Reference

#include <flowmon.h>

Inheritance diagram for FlowMon:

EDQueueMonitor QueueMonitor TclObject List of all members.

Public Member Functions

 FlowMon ()
void in (Packet *)
void out (Packet *)
void drop (Packet *)
void edrop (Packet *)
void mon_edrop (Packet *)
int command (int argc, const char *const *argv)
void setClassifier (Classifier *classifier)
Flowfind (Packet *p)

Protected Member Functions

void dumpflows ()
void dumpflow (Tcl_Channel, Flow *)
void fformat (Flow *)
char * flow_list ()

Protected Attributes

Classifierclassifier_
Tcl_Channel channel_
int enable_in_
int enable_out_
int enable_drop_
int enable_edrop_
int enable_mon_edrop_
char wrk_ [65536]

Constructor & Destructor Documentation

FlowMon::FlowMon  
 


Member Function Documentation

int FlowMon::command int    argc,
const char *const *    argv
[virtual]
 

Reimplemented from QueueMonitor.

void FlowMon::drop Packet   [virtual]
 

Reimplemented from QueueMonitor.

void FlowMon::dumpflow Tcl_Channel   ,
Flow  
[protected]
 

void FlowMon::dumpflows   [protected]
 

void FlowMon::edrop Packet   [virtual]
 

Reimplemented from EDQueueMonitor.

void FlowMon::fformat Flow   [protected]
 

Flow* FlowMon::find Packet   p [inline]
 

char * FlowMon::flow_list   [protected]
 

void FlowMon::in Packet   [virtual]
 

Reimplemented from QueueMonitor.

void FlowMon::mon_edrop Packet  
 

Reimplemented from EDQueueMonitor.

void FlowMon::out Packet   [virtual]
 

Reimplemented from QueueMonitor.

void FlowMon::setClassifier Classifier   classifier [inline]
 


Member Data Documentation

Tcl_Channel FlowMon::channel_ [protected]
 

Reimplemented from QueueMonitor.

Classifier* FlowMon::classifier_ [protected]
 

int FlowMon::enable_drop_ [protected]
 

int FlowMon::enable_edrop_ [protected]
 

int FlowMon::enable_in_ [protected]
 

int FlowMon::enable_mon_edrop_ [protected]
 

int FlowMon::enable_out_ [protected]
 

char FlowMon::wrk_[65536] [protected]
 


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