Executive library for Arduino
Executive Member List

This is the complete list of members for Executive, including all inherited members.

addOneShotTask(void(*doTask)(void), unsigned long timeToNext_ms=0)Executive
addTask(unsigned long interval_ms, void(*doTask)(void), unsigned long timeToNext_ms=0)Executive
addTask(unsigned long interval_ms, void(*doTask)(void), unsigned long timeToNext_ms, bool oneShot)Executiveprivate
delay(unsigned long delay_ms)Executive
DELAY_FOREVERExecutive
disableTask(int taskNo)Executive
enableTask(int taskNo)Executive
Executive(int maxTasks=DEFAULT_MAX_TASKS)Executive
loop(void)Executive
modifyTaskInterval(int taskNo, unsigned long interval_ms)Executive
modifyTaskNextRun(int taskNo, unsigned long timeToNext_ms)Executive
removeTask(int taskNo)Executive
yield(void)Executive
~Executive()Executive