TaskSched
|
Go to the source code of this file.
Classes | |
class | InitialState |
This class holds the initial state of a task. More... | |
class | Task |
Represents a schedulable task. More... | |
class | Sched |
This class runs the scheduled tasks. More... | |
Macros | |
#define | TASK_SECOND 1000 |
#define | TASK_MINUTE 60*TASK_SECOND |
Typedefs | |
using | savedInitial = InitialState |
#define TASK_MINUTE 60*TASK_SECOND |
Definition at line 8 of file TaskSched.h.
#define TASK_SECOND 1000 |
Definition at line 7 of file TaskSched.h.
using savedInitial = InitialState |
Definition at line 43 of file TaskSched.h.