SObjectizer 5.8
|
Information about quantities of various timer types. More...
#include <all.hpp>
Public Attributes | |
std::size_t | m_single_shot_count = { 0 } |
Quantity of single-shot timers. | |
std::size_t | m_periodic_count = { 0 } |
Quantity of periodic timers. | |
Information about quantities of various timer types.
Definition at line 493 of file 3rd_party/timertt/all.hpp.
std::size_t timertt::timer_quantities::m_periodic_count = { 0 } |
Quantity of periodic timers.
Definition at line 499 of file 3rd_party/timertt/all.hpp.
std::size_t timertt::timer_quantities::m_single_shot_count = { 0 } |
Quantity of single-shot timers.
Definition at line 496 of file 3rd_party/timertt/all.hpp.