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