Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members

pipe.h File Reference


Detailed Description

Buffered and threadsafe FIFO pipe.

Definition in file pipe.h.

#include <pthread.h>
#include <string.h>
#include <inttypes.h>

Go to the source code of this file.

Classes

class  Pipe
struct  pipe_copy_list

Typedefs

typedef void( pipe_copy_f )(void *src, void *dst, int samples)
 fast buffered threadsafe FIFO pipe


Typedef Documentation

typedef void( pipe_copy_f)(void *src, void *dst, int samples)
 

fast buffered threadsafe FIFO pipe

this function prototype is used in the callbacks that are handling the phisical copying of the memory. they are various functions statically implemented in pipe.cpp

Definition at line 74 of file pipe.h.


Generated on Mon Apr 25 12:22:40 2005 for MuSE by doxygen 1.3.4