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