_fluid_ringbuffer_t Struct Reference

Lockless event queue instance. More...

Data Fields

char * array
 Queue array of arbitrary size elements.
int totalcount
 Total count of elements in array.
int count
 Current count of elements.
int in
 Index in queue to store next pushed element.
int out
 Index in queue of next popped element.
int elementsize
 Size of each element.

Detailed Description

Lockless event queue instance.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 6 12:29:28 2010 for libfluidsynth by  doxygen 1.6.3