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
Os::InterruptLock Class Reference

#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
 

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: