![]() |
THM1176InstrumentDriver
1.0
C++ API for Metrolab THM1176
|
Counting semaphore. More...
#include <Synchronization.h>
Public Member Functions | |
void | notify () |
Raise a semaphore. More... | |
void | wait () |
Wait for a semaphore. More... | |
bool | try_wait () |
Check whether a semaphore has been raised. More... | |
Counting semaphore.
Definition at line 24 of file Synchronization.h.
|
inline |
Raise a semaphore.
Definition at line 33 of file Synchronization.h.
|
inline |
Check whether a semaphore has been raised.
Definition at line 48 of file Synchronization.h.
|
inline |
Wait for a semaphore.
Definition at line 40 of file Synchronization.h.