F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
InterruptLock.cpp
Go to the documentation of this file.
1 #include <Os/InterruptLock.hpp>
2 #include <Os/Mutex.hpp>
3 
5 
6 namespace Os {
9 
12  }
13 
16  }
17 
18 
19 }
20 
21 
#define STATIC
static for non unit-test code
Definition: BasicTypes.h:71
STATIC Os::Mutex intLockEmulator
InterruptLock()
Constructor.
void unLock()
unlock interrupts
void lock()
lock interrupts
virtual ~InterruptLock()
destructor
void unLock()
unlock the mutex
Definition: Mutex.cpp:13
void lock()
lock the mutex
Definition: Mutex.cpp:12