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

Public Member Functions | |
| LinkDelay () | |
| void | recv (Packet *p, Handler *) |
| void | send (Packet *p, Handler *) |
| void | handle (Event *e) |
| double | delay () |
| double | txtime (Packet *p) |
| double | bandwidth () const |
| void | pktintran (int src, int group) |
Protected Member Functions | |
| int | command (int argc, const char *const *argv) |
| void | reset () |
Protected Attributes | |
| double | bandwidth_ |
| double | delay_ |
| Event | intr_ |
| int | dynamic_ |
| double | latest_time_ |
| PacketQueue * | itq_ |
| int | total_ [4] |
| int | avoidReordering_ |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Connector. |
|
|
|
|
|
Reimplemented from NsObject. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from Connector. |
|
|
Reimplemented from NsObject. |
|
||||||||||||
|
Reimplemented from Connector. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|