Cerberus X Documentation

Module brl.ringbuffer

A ringbuffer is a circular FIFO buffer that wraps a DataBuffer. More...

Declarations

Imports
brl.databuffer Databuffer objects provide storage for arbitrary data.
Imported By
brl
Please note that only documented modules are listed here, there might be undocumented modules that import this one.
Classes
RingBuffer A ringbuffer is a circular FIFO buffer that wraps a DataBuffer.

Detailed Discussion

A ringbuffer is a circular FIFO buffer that wraps a DataBuffer.

See the RingBuffer class for more information.