| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <timer.h>
Public Member Functions | |
| virtual | ~Timer () |
| void | msched (int milliseconds) |
| void | usched (double usec) |
| void | ssched (int seconds) |
| void | cancel () |
| double | gettimeofday () const |
Protected Member Functions | |
| Timer () | |
| virtual void | timeout ()=0 |
Static Private Member Functions | |
| void | dispatch (ClientData) |
Private Attributes | |
| Tcl_TimerToken | token_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|