List of all members.
Public Types |
| enum | TimerStatus { TIMER_IDLE,
TIMER_PENDING,
TIMER_HANDLING
} |
Public Member Functions |
|
void | sched (double delay) |
|
void | resched (double delay) |
|
void | cancel () |
|
void | force_cancel () |
|
int | status () |
Protected Member Functions |
|
virtual void | expire (Event *)=0 |
|
virtual void | handle (Event *) |
Protected Attributes |
|
int | status_ |
|
Event | event_ |
The documentation for this class was generated from the following files:
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/common/timer-handler.h
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/common/timer-handler.cc