|
|
void | start ()=delete |
| |
|
bool | expired (unsigned long msPeriod)=delete |
| |
| void | start (unsigned long msPeriod) |
| | Start timer. More...
|
| |
| unsigned long | remaining () |
| | Time remaining to expiration. More...
|
| |
| bool | expired () |
| | Timer has expired. More...
|
| |
|
void | start () |
| | Start timer.
|
| |
|
void | stop () |
| |
|
bool | running () const |
| |
| bool | expired (unsigned long msPeriod) |
| | Timer has expired. More...
|
| |
| unsigned long | elapsed () |
| | Ticks since the timer was started. More...
|
| |
|
bool | expired_cont (unsigned long msPeriod) |
| |
|
|
unsigned long | started () const |
| |
◆ expired()
| bool TimerRemaining::expired |
( |
| ) |
|
|
inline |
- Return values
-
| true | Timer has expired. |
| false | Timer has not expired. |
◆ remaining()
| unsigned long TimerRemaining::remaining |
( |
| ) |
|
|
inline |
- Parameters
-
| msPeriod | timer period in milliseconds |
- Returns
- time remaining to expiration in milliseconds
- Return values
-
| 0 | Timer has expired, or was not even started. |
◆ start()
| void TimerRemaining::start |
( |
unsigned long |
msPeriod | ) |
|
|
inline |
- Parameters
-
| msPeriod | Time to expire in milliseconds |
The documentation for this class was generated from the following file: