Open Reality Reference Guide
FBCriticalSection Class Reference

High priority critical section class. More...

#include <fbsystem.h>

Public Member Functions

 FBCriticalSection ()
 Constructor. More...
 
 ~FBCriticalSection ()
 Destructor. More...
 
bool Init ()
 Initialize critical section operations. More...
 
void Enter ()
 Enter section. More...
 
void Leave ()
 Leave section. More...
 

Detailed Description

High priority critical section class.

This class permits the user to operate critical operations, freezing the system for a high priority thread.

Definition at line 565 of file fbsystem.h.

Constructor & Destructor Documentation

◆ FBCriticalSection()

Constructor.

◆ ~FBCriticalSection()

Destructor.

Member Function Documentation

◆ Enter()

void Enter ( )

Enter section.

◆ Init()

bool Init ( )

Initialize critical section operations.

Returns
true if successful.

◆ Leave()

void Leave ( )

Leave section.


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