lucid  0.0.1
Lifting-based Uncertain Control Invariant Dynamics
Loading...
Searching...
No Matches
lucid::UserTimer Class Reference

Timer class using the user_clock (CPU user timer). More...

#include <Timer.h>

Inheritance diagram for lucid::UserTimer:
lucid::TimerBase< user_clock >

Additional Inherited Members

- Public Member Functions inherited from lucid::TimerBase< user_clock >
 TimerBase ()
 Construct a new TimerBase object.
 
void start ()
 Start the timer.
 
void pause ()
 Pause the timer.
 
void resume ()
 Resume the timer.
 
bool is_running () const
 Check whether the timer is running.
 
duration elapsed () const
 Get read-only access to the duration of elapsed time of the timer.
 
std::chrono::duration< double >::rep seconds () const
 Get read-only access to the number elapsed seconds of the timer.
 
- Protected Member Functions inherited from lucid::TimerBase< user_clock >
time_point now () const
 Get read-only access to the current instant of the timer.
 

Detailed Description

Timer class using the user_clock (CPU user timer).


The documentation for this class was generated from the following file: