Main Page   Modules   Class Hierarchy   Compound List   File List   Compound 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.

Compounds

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 Thu Dec 16 12:28:21 2004 for MuSE by doxygen1.3