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.
Public
virtual OMOSTimer* createSimulatedTimeTimer(
TimerManagerCallBack, void* callBackParams) const = 0;
TimerManagerCallBack
The call to the callback function. The callback is called every tick time.
callBackParams
Specifies the parameters for the callback function.
The OMOSTimer