|
Sierra Toolkit Version of the Day
|
Class TimerSet implements a set of timer classifications. More...
#include <Timer.hpp>
Public Member Functions | |
| TimerSet (TimerMask enabled_timer_mask) | |
| TimerMask | getEnabledTimerMask () const |
| Member function getEnabledTimerMask returns the timer enable bit mask. | |
| void | setEnabledTimerMask (TimerMask timer_mask) |
| Member function setEnabledTimerMask set the timer enable bit mask to timer_mask. | |
| bool | shouldRecord (TimerMask timer_mask) const |
| Member function shouldRecord returns true if any of the specified timer bit masks are set in the enable timer bit mask. | |
Class TimerSet implements a set of timer classifications.
A time classification consists of a bit mask set TimerMask
| TimerMask stk::diag::TimerSet::getEnabledTimerMask | ( | ) | const [inline] |
| void stk::diag::TimerSet::setEnabledTimerMask | ( | TimerMask | timer_mask | ) | [inline] |
| bool stk::diag::TimerSet::shouldRecord | ( | TimerMask | timer_mask | ) | const [inline] |