|
| StopWatch (const bool &run=true) |
|
bool | isRunning () |
|
void | reset (const bool &start=true) |
|
time_type | getMs () |
|
time_type | getUs () |
|
| stopwatch (detail::us_counter_t &timer) |
|
void | init (detail::us_counter_t &timer) |
|
void | init_stopped (detail::us_counter_t &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) |
|
Definition at line 252 of file ev3cxx_time.h.