#include <yarp/os/Timer.h>
Definition at line 26 of file Timer.h.
◆ currentExpected
double yarp::os::YarpTimerEvent::currentExpected |
currentExpected this is when the current callback should have been called
Definition at line 42 of file Timer.h.
◆ currentReal
double yarp::os::YarpTimerEvent::currentReal |
currentReal When the current callback is actually being called
Definition at line 47 of file Timer.h.
◆ lastDuration
double yarp::os::YarpTimerEvent::lastDuration |
lastDuration Contains the duration of the last callback
Definition at line 52 of file Timer.h.
◆ lastExpected
double yarp::os::YarpTimerEvent::lastExpected |
lastExpected when the last callback actually happened
Definition at line 31 of file Timer.h.
◆ lastReal
double yarp::os::YarpTimerEvent::lastReal |
lastReal when the last callback actually happened
Definition at line 36 of file Timer.h.
◆ runCount
unsigned int yarp::os::YarpTimerEvent::runCount |
runCount the count of calls
Definition at line 57 of file Timer.h.
The documentation for this struct was generated from the following file: