THM1176InstrumentDriver  1.0
C++ API for Metrolab THM1176
MTL::Synchronization Namespace Reference

Classes

class  CLockGuard
 Lock. More...
 
class  CSemaphore
 Counting semaphore. More...
 

Typedefs

typedef std::mutex CMutex
 Mutex. More...
 
typedef std::recursive_mutex CRecursiveMutex
 Recursive Mutex. More...
 
typedef std::thread CThread
 Thread. More...
 

Typedef Documentation

◆ CMutex

typedef std::mutex MTL::Synchronization::CMutex

Mutex.

Definition at line 16 of file Synchronization.h.

◆ CRecursiveMutex

typedef std::recursive_mutex MTL::Synchronization::CRecursiveMutex

Recursive Mutex.

Definition at line 20 of file Synchronization.h.

◆ CThread

typedef std::thread MTL::Synchronization::CThread

Thread.

Definition at line 84 of file Synchronization.h.