Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
Semaphore Class Reference
Inheritance diagram for Semaphore:
Detailed DescriptionThe Semaphore class extends the semaphore object in order to make using a semaphore easier. Definition at line 47 of file semaphore.h. Constructor & Destructor Documentation
Constructor for the Semaphore class with a starting value.
Definition at line 41 of file semaphore.cpp. Member Function Documentation
Post the Semaphore. Definition at line 59 of file semaphore.cpp.
Wait on the semaphore for a specified amount of time.
Definition at line 80 of file semaphore.cpp.
Try to wait on the semaphore.
Definition at line 71 of file semaphore.cpp.
Post the Semaphore. Definition at line 65 of file semaphore.cpp. Member Data Documentation
The actual posix semaphore for this class. Definition at line 51 of file semaphore.h.
Keep track of the semaphore value. Definition at line 54 of file semaphore.h. The documentation for this class was generated from the following files:
|