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