Dataflow Runtime API  3.0.3.0
Public Member Functions | List of all members
imt::base::os::embos::CriticalRegion Class Reference

A RAII object that enters a critical region when created and leaves it when it goes out of scope again. More...

#include <Imt.Base.OS.EmbOS/CriticalRegion.h>

Public Member Functions

 CriticalRegion (void)
 Constructor. More...
 
virtual ~CriticalRegion (void)
 Destructor. More...
 

Detailed Description

A RAII object that enters a critical region when created and leaves it when it goes out of scope again.

Constructor & Destructor Documentation

◆ CriticalRegion()

imt::base::os::embos::CriticalRegion::CriticalRegion ( void  )

Constructor.

Enters the critcal region on creation.

◆ ~CriticalRegion()

virtual imt::base::os::embos::CriticalRegion::~CriticalRegion ( void  )
virtual

Destructor.

Leaves the critical region on desturction.


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