OMNI_32BIT_QUEUE_TIMER
MACRO

OMNI_32BIT_QUEUE_TIMER - If defined, uses 32-bit types in the omni::chrono::queue_timer class.

SYNOPSIS top

#define OMNI_32BIT_QUEUE_TIMER

Signifies to enable the OMNI_32BIT_QUEUE_TIMER flag and utilize 32-bit types.

DESCRIPTION top

If defined, the omni::chrono::queue_timer class will utilize a 32-bit intergral type for its tick counter, versus a 64-bit type. The class does not allow for setting an interval greater than a 32-bit type regardless if this flag is set.

CONSIDERATIONS top

No special considerations.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

This is an optimization flag and does not have an effect on the classes functionality.