#include <yarp/os/Timer.h>
Definition at line 60 of file Timer.h.
◆ TimerSettings() [1/3]
yarp::os::TimerSettings::TimerSettings |
( |
double |
inPeriod | ) |
|
|
inline |
◆ TimerSettings() [2/3]
yarp::os::TimerSettings::TimerSettings |
( |
double |
inPeriod, |
|
|
size_t |
count, |
|
|
double |
seconds |
|
) |
| |
|
inline |
◆ TimerSettings() [3/3]
yarp::os::TimerSettings::TimerSettings |
( |
double |
inPeriod, |
|
|
size_t |
count, |
|
|
double |
seconds, |
|
|
double |
inTollerance |
|
) |
| |
|
inline |
◆ operator==()
bool yarp::os::TimerSettings::operator== |
( |
const TimerSettings & |
rhs | ) |
const |
|
inline |
◆ 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 100 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: