Public Member Functions | |
| Timer () | |
| Default constructor, does nothing. | |
| void | start (const UInt16 start_time, const UInt16 period) |
| Start the timer after start_time milliseconds and generate an sigalrm each period milliseconds. | |
| void | stop () |
| Stop the timer. | |
Uses the Unix setitimer function.
Definition at line 73 of file Timer.h.
1.3-rc3