![]() |
THM1176InstrumentDriver 1.2
C++ API for Metrolab THM1176
|
Classes | |
| class | CSemaphore |
| Counting semaphore. More... | |
| class | CLockGuard |
| Lock. More... | |
Typedefs | |
| typedef std::mutex | CMutex |
| Mutex. | |
| typedef std::recursive_mutex | CRecursiveMutex |
| Recursive Mutex. | |
| typedef std::thread | CThread |
| Thread. | |
| typedef std::mutex MTL::Synchronization::CMutex |
Mutex.
Definition at line 16 of file Synchronization.h.
| typedef std::recursive_mutex MTL::Synchronization::CRecursiveMutex |
Recursive Mutex.
Definition at line 20 of file Synchronization.h.
| typedef std::thread MTL::Synchronization::CThread |
Thread.
Definition at line 95 of file Synchronization.h.