GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
Mutex.h File Reference
#include "colony_map.h"
Include dependency graph for Mutex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::System::Mutex
 This mutex class defines the interface for a mutex that has "recursive" semantics. More...
 
class  Cpl::System::Mutex::ScopeBlock
 This concrete class provides a simple mechanism for providing mutex protection for a "scope block". More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::System
 The System namespace contains platform independent foundation abstractions and classes related to program execution.
 

Macros

#define Cpl_System_Mutex_T   Cpl_System_Mutex_T_MAP
 Defer the definition of the a raw mutex type to the application's 'platform'.
 

Macro Definition Documentation

◆ Cpl_System_Mutex_T

#define Cpl_System_Mutex_T   Cpl_System_Mutex_T_MAP

Defer the definition of the a raw mutex type to the application's 'platform'.