OMTimerManagerDefaults defines default values for the tick interval and the maximum number of time ticks before restarting the time tick count.
This class is declared in the header file oxf.h.
defaultMaxTM
Specifies the default for the maximum number of time ticks before restarting the time tick count. It is used by the maxTM parameter in OMTimerManager, the constructor for the OMTimerManager class.
The default value is specified in oxf.cpp as follows:
const unsigned OMTimerManagerDefaults::
defaultMaxTM = 100;
static const unsigned defaultMaxTM;
defaultTicktime
Specifies the default for the basic system tick interval, in milliseconds. It is used by the ticktime parameter in OMTimerManager, the constructor for the OMTimerManager class.
The default value is specified in oxf.cpp as follows:
const unsigned OMTimerManagerDefaults::
defaultTicktime = 100;
static const unsigned defaultTicktime;