|
Arduino-Scheduler
Portable Collaborative Multi-Tasking Scheduler for Arduino
|
This is the complete list of members for SchedulerClass, including all inherited members.
| begin(size_t stackSize) | SchedulerClass | static |
| func_t typedef | SchedulerClass | |
| init(func_t setup, func_t loop, const uint8_t *stack) | SchedulerClass | protectedstatic |
| s_main | SchedulerClass | protectedstatic |
| s_running | SchedulerClass | protectedstatic |
| s_top | SchedulerClass | protectedstatic |
| stack() | SchedulerClass | static |
| start(func_t taskSetup, func_t taskLoop, size_t stackSize=DEFAULT_STACK_SIZE) | SchedulerClass | static |
| startLoop(func_t taskLoop, size_t stackSize=DEFAULT_STACK_SIZE) | SchedulerClass | inlinestatic |
| yield() | SchedulerClass | static |