Beam-lib
2.16.3
This is the Beam C++ class library.
|
#include <stdint.h>
#include <BError.h>
#include <BCondInt.h>
#include <BMutex.h>
#include <BFifoCirc.inc>
Go to the source code of this file.
Classes | |
class | BFifoCircPos |
This class implements a pointer into the Fifo's circular buffer. More... | |
class | BFifoCirc< Type > |
This class implements a thread safe FIFO buffer. More... | |