Base class for timers.
More...
#include <hrtimer.h>
Base class for timers.
Definition at line 20 of file hrtimer.h.
| Enumerator |
|---|
| SECONDS |
|
| MILLISECONDS |
|
| MICROSECONDS |
|
| NANOSECONDS |
|
Definition at line 23 of file hrtimer.h.
| TimerBase::TimerBase |
( |
Unit |
unit, |
|
|
bool |
stuckAtZero |
|
) |
| |
|
inline |
| unsigned long TimerBase::ElapsedTime |
( |
| ) |
|
| double TimerBase::ElapsedTimeAsDouble |
( |
| ) |
|
| virtual TimerWord TimerBase::GetCurrentTimerValue |
( |
| ) |
|
|
pure virtual |
| void TimerBase::StartTimer |
( |
| ) |
|
| virtual TimerWord TimerBase::TicksPerSecond |
( |
| ) |
|
|
pure virtual |
| bool TimerBase::m_started |
|
private |
| bool TimerBase::m_stuckAtZero |
|
private |
| Unit TimerBase::m_timerUnit |
|
private |
The documentation for this class was generated from the following files: