Semaphore class for safe semaphore usage.
Definition semaphore.hpp:15
int tryWait()
Definition semaphore.cpp:41
int wait()
Definition semaphore.cpp:33
Semaphore(char name[], unsigned int val)
Definition semaphore.cpp:26
int post()
Definition semaphore.cpp:37
void close()
Definition semaphore.cpp:45
Frame Grabber Camera Base Class definitions.
Definition binarySemaphore.hpp:43