|
typedef Timer::time_type | time_type |
|
|
| stopwatch (Timer &timer) |
|
void | init (Timer &timer) |
|
void | init_stopped (Timer &timer) |
|
void | clear () |
|
bool | running () const |
|
void | cancel () |
|
void | restart () |
|
void | start () |
|
void | stop () |
|
time_type | operator() () const |
|
time_type | get () const |
|
void | set (time_type value) |
|
void | decrease (time_type time) |
|
|
Timer * | m_timer |
|
volatile bool | m_running |
|
volatile time_type | m_base |
|
template<typename Timer>
class ev3cxx::detail::stopwatch< Timer >
Definition at line 102 of file ev3cxx_time.h.