createOMOSTickTimer

This method creates a new tick timer.

Visibility

Public

Signature
virtual OMOSTimer* createOMOSTickTimer (timeUnit time,
   void cbkfunc(void *), void *param) = 0;
Parameters
time

The time between ticks

cbkfunc

The callback function

param

The parameters for cbkfunc

Returns

The new tick timer


Feedback