omni::chrono::queue_timer::interval
NAME

omni::chrono::queue_timer::interval

A member function of omni::chrono::queue_timer

#include <omni/chrono/queue_timer.hpp>
uint32_t omni::chrono::queue_timer::interval()

SYNOPSIS

Returns the interval, in milliseconds, of this timer.

top

DESCRIPTION

Returns the interval, in milliseconds, after which the tick event will be executed.

top