#include <cstimer.h>
Inheritance diagram for csTicksr:
Public Methods | |
csTicksr (csComponent *iParent, unsigned iPeriod) | |
Create timer object: the timer is created in running state. | |
virtual bool | HandleEvent (iEvent &Event) |
Handle external events and generate timeouts. | |
void | Stop () |
Stop timer. | |
void | Restart () |
Restart timer from period start point. | |
void | Pause (unsigned iPause) |
Pause for specified time. | |
bool | Running () |
Check if timer is running. |
Timer period can be set either at run time or during object creation. This component is always invisible.