| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <adc.h>
Inheritance diagram for ADC:

Public Member Functions | |
| ADC () | |
| int | command (int, const char *const *) |
| virtual int | admit_flow (int cl, double r, int b)=0 |
| virtual void | rej_action (int, double, int) |
| virtual void | teardown_action (int, double, int) |
| void | recv (Packet *, Handler *) |
| void | setest (int cl, Estimator *est) |
| double | peak_rate (int cl, double r, int b) |
| char * | type () |
Protected Attributes | |
| Estimator * | est_ [CLASS] |
| double | bandwidth_ |
| char * | type_ |
| Tcl_Channel | tchan_ |
| int | src_ |
| int | dst_ |
| int | backoff_ |
| int | dobump_ |
|
|
|
|
||||||||||||||||
|
Implemented in ACTO_ADC, ACTP_ADC, HB_ADC, MS_ADC, and Param_ADC. |
|
||||||||||||
|
Reimplemented from NsObject. |
|
||||||||||||||||
|
|
|
||||||||||||
|
Implements NsObject. |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|