![]() |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Os/Mutex.hpp>
Public Member Functions | |
Mutex (void) | |
Constructor. Mutex is unlocked when created. More... | |
virtual | ~Mutex (void) |
Destructor. More... | |
void | lock (void) |
lock the mutex More... | |
void | unLock (void) |
unlock the mutex More... | |
Os::Mutex::Mutex | ( | void | ) |