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.
virtual OMOSTimer* createSimulatedTimeTimer( TimerManagerCallBack, void* callBackParams) const = 0;