![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Os/Task.hpp>
Public Member Functions | |
| TaskRegistry () | |
| constructor for task registry More... | |
| virtual | ~TaskRegistry () |
| destructor for task registry More... | |
| virtual void | addTask (Task *task)=0 |
| Add a task to the registry. More... | |
| virtual void | removeTask (Task *task)=0 |
| remove a task from the registry More... | |
| Os::TaskRegistry::TaskRegistry | ( | ) |
constructor for task registry
Definition at line 42 of file TaskCommon.cpp.
|
virtual |
destructor for task registry
Definition at line 50 of file TaskCommon.cpp.
|
pure virtual |
Add a task to the registry.
Implemented in Os::TaskRunner.
|
pure virtual |
remove a task from the registry
Implemented in Os::TaskRunner.