F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Os/InterruptLock.hpp>
Public Member Functions | |
InterruptLock () | |
Constructor. | |
virtual | ~InterruptLock () |
destructor | |
void | lock () |
lock interrupts | |
void | unLock () |
unlock interrupts | |
POINTER_CAST | getKey () |
get the key, if used | |
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.