|
TaskSched
|
This is the complete list of members for Task, including all inherited members.
| disable() | Task | |
| enable() | Task | |
| formatMS(unsigned long milliseconds) | Task | static |
| fRunImmediately() | Task | |
| getInterval(void) const | Task | |
| getIterationCount() const | Task | |
| getLastStartTime(void) const | Task | |
| getName() const | Task | |
| getRunImmediately(void) const | Task | |
| isEnabled() const | Task | |
| isFirstIteration() | Task | |
| isLastIteration() | Task | |
| restart() | Task | |
| Sched class | Task | friend |
| setCallback(const TaskCallback &callback) | Task | |
| setCallback(const VoidCallback &callback) | Task | |
| setImmediately(bool) | Task | |
| setInterval(unsigned long newInterval) | Task | |
| setIterations(unsigned long newIterations) | Task | |
| setName(String) | Task | |
| showInit() | Task | |
| showTaskInfo() const | Task | |
| Task(TaskCallback func, unsigned long interval=5000, bool enabled=false, int iterations=0, const char *name="Unk", bool runImmediately=false) | Task | |
| Task(VoidCallback func, unsigned long interval=5000, bool enabled=false, int iterations=0, const char *name="Unk", bool runImmediately=false) | Task | |
| TaskCallback typedef | Task | |
| VoidCallback typedef | Task |