#include "events/TimerService.h"#include <cstdio>#include "time/PicoTime.h"#include "events/EventManager.h"#include "framework/AppContext.h"
Include dependency graph for TimerService.cpp:Go to the source code of this file.
Functions | |
| static uint32_t | toSeconds (const TimeOfDay &tod) |
| static uint32_t | secondsUntilNextMatch (const TimeOfDay &tod, DaysOfWeek mask, time_t currentTime) |
|
static |
Definition at line 65 of file TimerService.cpp.
References toSeconds().
Referenced by TimerService::scheduleDailyAt(), and TimerService::scheduleDuration().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 60 of file TimerService.cpp.
References TimeOfDay::hour, TimeOfDay::minute, and TimeOfDay::second.
Referenced by TimerService::scheduleDailyAt(), and secondsUntilNextMatch().
Here is the caller graph for this function: