![]() |
Dataflow Runtime API
2.7.4.0
|
Holds the data for the timer usage statistics. More...
#include <Imt.Base.Dff.Runtime/RuntimeStatisticsTimers.h>
Public Member Functions | |
RuntimeStatisticsTimers (void) | |
Constructor. | |
virtual | ~RuntimeStatisticsTimers (void) |
Destructor. | |
void | incrementTimerTick (void) |
Increments the timer tick counter. | |
void | setTimerAvailable (const int16_t timersAvailable) |
Set the current available timers, which will also update the minimum available timers. More... | |
void | reset (void) |
Resets the timer statistics. | |
Holds the data for the timer usage statistics.
|
inline |
Set the current available timers, which will also update the minimum available timers.
timersAvailable | Current remaining timers available. |