#include <timer.h>
Public Member Functions | |
| Timer (VoidFunctionPtr timerHandler, int callArg, bool doRandom) | |
| ~Timer () | |
| void | TimerExpired () |
| int | TimeOfNextInterrupt () |
|
||||||||||||||||
|
Definition at line 44 of file timer.cc. References interrupt, Interrupt::Schedule(), TimeOfNextInterrupt(), TimerInt, and VoidFunctionPtr.
|
|
|
Definition at line 32 of file timer.h.
|
|
|
Definition at line 79 of file timer.cc. References Random(), and TimerTicks. Referenced by Timer(), and TimerExpired().
|
|
|
Definition at line 62 of file timer.cc. References interrupt, Interrupt::Schedule(), TimeOfNextInterrupt(), and TimerInt.
|
1.3.8