MACRO
OMNI_32BIT_ASYNC_TIMER - If defined, uses 32-bit types in the omni::chrono::async_timer class.
SYNOPSIS top
Signifies to enable the
#define OMNI_32BIT_ASYNC_TIMERSignifies to enable the
OMNI_32BIT_ASYNC_TIMER flag and utilize 32-bit types.
DESCRIPTION top
If defined, the
If defined, the
omni::chrono::async_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.