![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Os/InterruptLock.hpp>
Public Member Functions | |
| InterruptLock () | |
| Constructor. More... | |
| virtual | ~InterruptLock () |
| destructor More... | |
| void | lock () |
| lock interrupts More... | |
| void | unLock () |
| unlock interrupts More... | |
| POINTER_CAST | getKey () |
| get the key, if used More... | |
Definition at line 7 of file InterruptLock.hpp.
| Os::InterruptLock::InterruptLock | ( | ) |
Constructor.
Definition at line 7 of file InterruptLock.cpp.
|
virtual |
destructor
Definition at line 8 of file InterruptLock.cpp.
| POINTER_CAST Os::InterruptLock::getKey | ( | ) |
get the key, if used
| void Os::InterruptLock::lock | ( | ) |
lock interrupts
Definition at line 10 of file InterruptLock.cpp.
| void Os::InterruptLock::unLock | ( | ) |
unlock interrupts
Definition at line 14 of file InterruptLock.cpp.