NAME
A member function of omni::chrono::sync_timer
omni::chrono::sync_timer::set_auto_reset
A member function of omni::chrono::sync_timer
#include <omni/chrono/sync_timer.hpp>void omni::chrono::sync_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