TaskManagerIO
Loading...
Searching...
No Matches
src Directory Reference

Files

 
BasicInterruptAbstraction.h
 
ExecWithParameter.h
 Provides convenience helper classes that allow for function callbacks with parameters.
 
MockTaskManager.h
 This file contains a version of task manager that is useful for dev & testing. None of the implementations in this file are designed for production use.
 
SimpleSpinLock.h
 
TaskBlock.h
 An internal class definition that is the representation of a task.
 
TaskManager.h
 
TaskManagerIO.h
 Task manager is a simple co-routine style implementation for Arduino which supports scheduling work to be done at a given time, repeating tasks, interrupt marshalling and events. It is generally thread safe such that code outside of task manager can add, remove and manage tasks even while task manager is running.
 
TaskPlatformDeps.h
 provides the platform specific configuration for task manager
 
TaskTypes.h
 This class represents the core tasks that are added to task manager, and the TimerTask object itself.
 
TmLongSchedule.h
 long schedule support for task manager