include/crbn/sampler/smod.h

00001 
00002 #ifndef __sampler_module_h__
00003 #define __sampler_module_h__
00004 
00005 #include <crbn/sampler/sampler.hpp>
00006 #include <crbn/basic/paramlist.hpp>
00007 
00021 typedef Sampler* (*SMOD_CREATE_FUNC)( paramlist& pl );
00022 
00026 #define SMOD_CREATE_FUNC_NAME "smod_create"
00027 
00030 #define SMOD_FUNCTION_PROTOTYPE() extern "C" Sampler* smod_create( paramlist& pl )
00031 
00032 #endif // __sampler_module_h__

Generated on Tue Nov 14 15:40:08 2006 for libcrbn by  doxygen 1.5.0