Class TimerSet implements a set of timer classifications. A time classification consists of a bit mask set TimerMask.
More...
#include <Timer.hpp>
List of all members.
Detailed Description
Class TimerSet implements a set of timer classifications. A time classification consists of a bit mask set TimerMask.
Definition at line 117 of file Timer.hpp.
Member Function Documentation
Member function getEnabledTimerMask returns the timer enable bit mask.
- Returns:
- a TimerMask value of the timer enable bit mask.
Definition at line 145 of file Timer.hpp.
Member function setEnabledTimerMask set the timer enable bit mask to timer_mask.
- Parameters:
-
| timer_mask | a TimerMask value to set the timer enable bit mask to. |
Definition at line 157 of file Timer.hpp.
Member function shouldRecord returns true if any of the specified timer bit masks are set in the enable timer bit mask.
- Parameters:
-
| timer_mask | a TimerMask value to test the enable timer bit mask against. |
Definition at line 169 of file Timer.hpp.
The documentation for this class was generated from the following file: