![]() |
F´ Flight Software - C/C++ Documentation
NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Os/TaskId.hpp>
Public Member Functions | |
| TaskId () | |
| ~TaskId () | |
| bool | operator== (const TaskId &T) const |
| bool | operator!= (const TaskId &T) const |
| TaskIdRepr | getRepr () const |
Definition at line 18 of file TaskId.hpp.
| Os::TaskId::TaskId | ( | ) |
Definition at line 16 of file TaskId.cpp.
| Os::TaskId::~TaskId | ( | ) |
Definition at line 20 of file TaskId.cpp.
| TaskIdRepr Os::TaskId::getRepr | ( | ) | const |
Definition at line 31 of file TaskId.cpp.
| bool Os::TaskId::operator!= | ( | const TaskId & | T | ) | const |
Definition at line 27 of file TaskId.cpp.
| bool Os::TaskId::operator== | ( | const TaskId & | T | ) | const |
Definition at line 23 of file TaskId.cpp.