Raul::StampedChunkRingBuffer Class Reference

A RingBuffer of timestamped binary "chunks". More...

#include <StampedChunkRingBuffer.hpp>

Inherits Raul::RingBuffer< T >< unsigned char >.

List of all members.

Public Member Functions

 StampedChunkRingBuffer (size_t size)
 
Parameters:
size Size in bytes.

size_t capacity () const
size_t write (TickTime time, size_t size, const Byte *buf)
bool read (TickTime *time, size_t *size, Byte *buf)


Detailed Description

A RingBuffer of timestamped binary "chunks".

This packs a timestamp, size, and size bytes of data flat into the buffer. Useful for MIDI events, OSC messages, etc.


The documentation for this class was generated from the following file:
Generated on Wed Apr 9 08:14:41 2008 for RAUL by  doxygen 1.5.1