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

Public Member Functions | |
| Estimator () | |
| double | avload () |
| virtual void | change_avload (double incr) |
| virtual void | newflow (double) |
| int | command (int argc, const char *const *argv) |
| virtual void | timeout (int) |
| void | recv (Packet *, Handler *) |
| virtual void | start () |
| void | stop () |
| void | setmeasmod (MeasureMod *) |
| void | setactype (const char *) |
| double & | period () |
| void | trace (TracedVar *v) |
Protected Member Functions | |
| virtual void | estimate ()=0 |
Protected Attributes | |
| MeasureMod * | meas_mod_ |
| TracedDouble | avload_ |
| double | period_ |
| Estimator_Timer | est_timer_ |
| TracedDouble | measload_ |
| Tcl_Channel | tchan_ |
| int | src_ |
| int | dst_ |
| double | omeasload_ |
| double | oavload_ |
| char * | actype_ |
|
|
|
|
|
|
|
|
Reimplemented in TimeWindow_Est. |
|
||||||||||||
|
Reimplemented from NsObject. |
|
|
Implemented in ExpAvg_Est, Null_Est, PointSample_Est, and TimeWindow_Est. |
|
|
|
|
|
|
|
||||||||||||
|
Implements NsObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TclObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|