F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Os::InterruptLock Class Reference

#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...
 

Detailed Description

Definition at line 7 of file InterruptLock.hpp.

Constructor & Destructor Documentation

◆ InterruptLock()

Os::InterruptLock::InterruptLock ( )

Constructor.

Definition at line 7 of file InterruptLock.cpp.

◆ ~InterruptLock()

Os::InterruptLock::~InterruptLock ( )
virtual

destructor

Definition at line 8 of file InterruptLock.cpp.

Member Function Documentation

◆ getKey()

POINTER_CAST Os::InterruptLock::getKey ( )

get the key, if used

◆ lock()

void Os::InterruptLock::lock ( )

lock interrupts

Definition at line 10 of file InterruptLock.cpp.

◆ unLock()

void Os::InterruptLock::unLock ( )

unlock interrupts

Definition at line 14 of file InterruptLock.cpp.


The documentation for this class was generated from the following files: