Executive library for Arduino
|
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) | Executive | private |
delay(unsigned long delay_ms) | Executive | |
DELAY_FOREVER | Executive | |
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 |