|
Template
|
Class for managing waiting for period of time asynchronously. Plus de détails...
#include <Timer.h>
Fonctions membres publiques | |
| void | start (double seconds) |
| void | start (unsigned long milliseconds) |
| double | getTimeLeftSeconds () |
| unsigned long | getTimeLeftMilliseconds () |
| bool | isTimerOver () |
Class for managing waiting for period of time asynchronously.
| unsigned long Timer::getTimeLeftMilliseconds | ( | ) |
| double Timer::getTimeLeftSeconds | ( | ) |
| bool Timer::isTimerOver | ( | ) |
| void Timer::start | ( | double | seconds | ) |
| void Timer::start | ( | unsigned long | milliseconds | ) |