NAME
A member function of omni::chrono::queue_timer
omni::chrono::queue_timer::set_auto_reset
A member function of omni::chrono::queue_timer
#include <omni/chrono/queue_timer.hpp>void omni::chrono::queue_timer::set_auto_reset(bool autoreset)
DESCRIPTION
If set to true, the timer will automatically tick again after the interval elapses. If set to false, then you must call
top
If set to true, the timer will automatically tick again after the interval elapses. If set to false, then you must call
start after each tick.
top