| DuneNvme 1.0.2 This is a simple NVMe test environment that allows experimentation with the low level PCIe NVMe interfaces as available on a Xilinx FPGA environment. |
BSemaphore Class Reference
Semaphore class. More...
#include <BeamLibBasic.h>
Public Member Functions | |
| BSemaphore (const BSemaphore &semaphore) | |
| Bool | wait (BTimeout timeoutUs=BTimeoutForever) |
| Wait for the semaphore. | |
| void | set () |
| Set the semaphore. | |
| int | getValue () const |
| BSemaphore & | operator= (const BSemaphore &semaphore) |
Detailed Description
Semaphore class.
The documentation for this class was generated from the following files:
- /src/dune/source/DuneNvme/test/BeamLibBasic.h
- /src/dune/source/DuneNvme/test/BeamLibBasic.cpp
Generated by
1.8.15 
