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