IQRF Gateway Daemon
Functions | Variables
Scheduler.cpp File Reference
#include "Scheduler.h"
#include "IqrfLogging.h"
#include "PlatformDep.h"
#include <algorithm>

Functions

void shuffleDuplicitHandle (ScheduleRecord &rec)
 

Variables

const std::map< std::string, std::string > NICKNAMES
 

Function Documentation

◆ shuffleDuplicitHandle()

void shuffleDuplicitHandle ( ScheduleRecord rec)

Variable Documentation

◆ NICKNAMES

const std::map<std::string, std::string> NICKNAMES
Initial value:
= {
{"@reboot", ""},
{"@yearly", "0 0 0 0 1 1 *" },
{"@annually", "0 0 0 0 1 1 *" },
{"@monthly", "0 0 0 0 1 * *" },
{"@weekly", "0 0 0 * * * 0" },
{"@daily", "0 0 0 * * * *" },
{"@hourly", "0 0 * * * * *" },
{"@minutely", "0 * * * * * *" }
}