![]() |
THM1176InstrumentManager
1.0
Qt Object abstraction for Metrolab THM1176
|
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 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 84 of file Synchronization.h.