F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
Os::TaskId Class Reference

#include <Os/TaskId.hpp>

Public Member Functions

 TaskId ()
 
 ~TaskId ()
 
bool operator== (const TaskId &T) const
 
bool operator!= (const TaskId &T) const
 
TaskIdRepr getRepr () const
 

Detailed Description

Definition at line 18 of file TaskId.hpp.

Constructor & Destructor Documentation

◆ TaskId()

Os::TaskId::TaskId ( )

Definition at line 16 of file TaskId.cpp.

◆ ~TaskId()

Os::TaskId::~TaskId ( )

Definition at line 19 of file TaskId.cpp.

Member Function Documentation

◆ getRepr()

TaskIdRepr Os::TaskId::getRepr ( ) const

Definition at line 30 of file TaskId.cpp.

◆ operator!=()

bool Os::TaskId::operator!= ( const TaskId T) const

Definition at line 26 of file TaskId.cpp.

◆ operator==()

bool Os::TaskId::operator== ( const TaskId T) const

Definition at line 22 of file TaskId.cpp.


The documentation for this class was generated from the following files: