Account
Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BFifo.h
Go to the documentation of this file.
Error return class. This class is used to return the error status from a function....
Definition BError.h:31
~BFifo()
BFifo(BUInt size)
Type * writeData(BUInt &num)
Returns a pointer to the data and how many can be written in a chunk.
void clear()
void writeBackup(BUInt num)
Backup, remove num items at end of fifo. Careful, make sure read is not already happening.
BError write(const Type *data, BUInt num)
Write a set of items. Can only write a maximum of writeAvailableChunk() to save going beyond end of F...
void writePos(BUInt pos, const Type &v)
Write item at given offset from current read position.
Type * readData(BUInt &num)
Returns a pointer to the data and how many can be read in a chunk.
void readDone(BUInt num)
Generated by