#include <SimpleTimer.h>
Public Member Functions | |
SimpleTimer (uint64_t interval=0) | |
Constructor, that initialize timer. More... | |
bool | isReady () |
Check is timer is ready. More... | |
void | setInterval (uint64_t interval) |
Set the time interval. More... | |
void | reset () |
Reset a timer. More... | |
|
explicit |
Constructor, that initialize timer.
interval | An interval in msec |
bool isReady | ( | ) |
Check is timer is ready.
void reset | ( | ) |
Reset a timer.
void setInterval | ( | uint64_t | interval | ) |
Set the time interval.
interval | An interval in msec |