#include "events/TimerService.h"
#include <cstdio>
#include "time/PicoTime.h"
#include "events/EventManager.h"
#include "framework/AppContext.h"
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().
|
static |
Definition at line 60 of file TimerService.cpp.
References TimeOfDay::hour, TimeOfDay::minute, and TimeOfDay::second.
Referenced by TimerService::scheduleDailyAt(), and secondsUntilNextMatch().