This method creates an idle timer.
Public
virtual OMOSTimer* createOMOSIdleTimer( void cbkfunc (void *), void *param) = 0;
cbkfunc
The callback function
param
The parameters for the callback function
The new idle timer