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

Public Member Functions | |
| QueueMonitorCompat () | |
| void | in (Packet *) |
| void | out (Packet *) |
| void | drop (Packet *) |
| int | command (int argc, const char *const *argv) |
Protected Member Functions | |
| void | flowstats (int flowid) |
Protected Attributes | |
| int | pkts_ [MAXFLOW] |
| int | bytes_ [MAXFLOW] |
| int | drops_ [MAXFLOW] |
| Samples * | flowstats_ [MAXFLOW] |
|
|
|
|
||||||||||||
|
Reimplemented from QueueMonitor. |
|
|
Reimplemented from QueueMonitor. |
|
|
|
|
|
Reimplemented from QueueMonitor. |
|
|
Reimplemented from QueueMonitor. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from QueueMonitor. |