#include <Clock.h>
|
| | Timer (double fireTime) |
| |
|
bool | operator== (const Timer &other) const |
| |
|
bool | operator< (const Timer &other) const |
| |
|
bool | operator<= (const Timer &other) const |
| |
|
bool | operator!= (const Timer &other) const |
| |
|
bool | operator> (const Timer &other) const |
| |
|
bool | operator>= (const Timer &other) const |
| |
Timer class to represent timers.
| CoachingEngine::Timer::Timer |
( |
double |
fireTime | ) |
|
|
inline |
Create timer that fires exactly once.
- Parameters
-
| fireTime | Unix timestamp when the timer should fire. |
The documentation for this class was generated from the following file:
- modules/modules/Coaches/inc/Clock.h