#include <yarp/os/Timer.h>
Definition at line 50 of file Timer.h.
◆ TimerSettings() [1/3]
yarp::os::TimerSettings::TimerSettings |
( |
double |
inPeriod | ) |
|
|
inline |
◆ TimerSettings() [2/3]
◆ TimerSettings() [3/3]
◆ operator==()
◆ period
double yarp::os::TimerSettings::period |
- Parameters
-
period | the period of the timer in seconds |
totalTime | the life of the timer in seconds. 0 == infinite. The lower between totalTime and totalRunCount*rate + execution delay will stop the timer |
totalRunCount | the total count of execution. 0 == infinite. The lower between totalTime and totalRunCount*rate + execution delay will stop the timer |
tolerance | the tolerance while checking the timer life |
Definition at line 90 of file Timer.h.
◆ tolerance
double yarp::os::TimerSettings::tolerance |
◆ totalRunCount
size_t yarp::os::TimerSettings::totalRunCount |
◆ totalTime
double yarp::os::TimerSettings::totalTime |
The documentation for this struct was generated from the following file: