createSimulatedTimeTimer

This method creates a simulated-time timer.

This method creates a simulated-time timer. Every tick time, the timer calls TimerManagerCallBack(callBackParams).

This method returns a handle to the timer, so it can be deleted when the timer manager is destroyed.

Visibility
Public
Signature
virtual OMOSTimer* createSimulatedTimeTimer(
   TimerManagerCallBack, void* callBackParams) const = 0;
Parameters
TimerManagerCallBack

The call to the callback function. The callback is called every tick time.

callBackParams

Specifies the parameters for the callback function.

Returns

The OMOSTimer


Feedback