YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::os::YarpTimerEvent Struct Reference

#include <yarp/os/Timer.h>

Public Attributes

double lastExpected
 lastExpected when the last callback actually happened
 
double lastReal
 lastReal when the last callback actually happened
 
double currentExpected
 currentExpected this is when the current callback should have been called
 
double currentReal
 currentReal When the current callback is actually being called
 
double lastDuration
 lastDuration Contains the duration of the last callback
 
unsigned int runCount
 runCount the count of calls
 

Detailed Description

Definition at line 16 of file Timer.h.

Member Data Documentation

◆ 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

unsigned int yarp::os::YarpTimerEvent::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: