F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
InterruptLock.cpp
Go to the documentation of this file.
2#include <Os/Mutex.hpp>
3
5
6namespace 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
Definition File.cpp:6