![]() |
Deluge Firmware 1.3.0
Build date: 2025.04.16
|
Public Member Functions | |
void | routine () |
void | setTimer (TimerName which, int32_t ms) |
void | setTimerSamples (TimerName which, int32_t samples) |
void | unsetTimer (TimerName which) |
bool | isTimerSet (TimerName which) |
void | setTimerByOtherTimer (TimerName which, TimerName fromTimer) |
Timer & | getTimer (TimerName which) |
Private Member Functions | |
void | workOutNextEventTime () |
Private Attributes | |
uint32_t | timeNextEvent |
std::array< Timer, util::to_underlying(TimerName::NUM_TIMERS)> | timers_ |