This method creates a new tick timer.
Public
virtual OMOSTimer* createOMOSTickTimer (timeUnit time,
void cbkfunc(void *), void *param) = 0;
time
The time between ticks
cbkfunc
The callback function
param
The parameters for cbkfunc
The new tick timer