BFifoPos Class Reference
This class implements a pointer into the Fifo's circular buffer.
More...
#include <BFifo.h>
List of all members.
Detailed Description
This class implements a pointer into the Fifo's circular buffer.
Constructor & Destructor Documentation
BFifoPos::BFifoPos |
( |
uint32_t |
size |
) |
|
Member Function Documentation
uint32_t BFifoPos::difference |
( |
const BFifoPos & |
pos |
) |
|
Return the difference between the two pointers.
void BFifoPos::increment |
( |
uint32_t |
numFifoSamples |
) |
|
Increment the pointer by the given value.
BFifoPos::operator int |
( |
|
) |
|
int BFifoPos::operator!= |
( |
const BFifoPos & |
pos |
) |
|
void BFifoPos::operator+= |
( |
uint32_t |
numFifoSamples |
) |
|
int BFifoPos::operator== |
( |
const BFifoPos & |
pos |
) |
|
uint32_t BFifoPos::pos |
( |
|
) |
|
void BFifoPos::set |
( |
uint32_t |
pos |
) |
|
void BFifoPos::setSize |
( |
uint32_t |
size |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: