OMNI_CLOCK_FREQ_T
MACRO

OMNI_CLOCK_FREQ_T - Defines the underlying clock frequency variable type.

SYNOPSIS top

The clock frequency variable is used by the omni::chrono::monotonic::tick function to get the proper tick frequency to determine monotonic time. For more information on it, see omni/chrono/tick.hpp and omni/types/tick_t.hpp

DESCRIPTION top

Depending on platform being built against, this macro will expand to the proper frequency type needed by the platforms implementation.

CONSIDERATIONS top

No special considerations.

PLATFORM SPECIFIC top

This value will be different based on platform being targeted.

NOTES top

None.