Sampler module
[Developper's extensions modules API]

The entry point for Sampler modules. More...

Defines

#define SMOD_CREATE_FUNC_NAME   "smod_create"
#define SMOD_FUNCTION_PROTOTYPE()   extern "C" Sampler* smod_create( paramlist& pl )

Typedefs

typedef Sampler *(*) SMOD_CREATE_FUNC (paramlist &pl)

Detailed Description

The entry point for Sampler modules.

An Sampler module defined symbols which have to be used to provide a new type of Sampler into libcrbn.


Define Documentation

#define SMOD_CREATE_FUNC_NAME   "smod_create"

The symbol searched with dlsym.

 
#define SMOD_FUNCTION_PROTOTYPE (  )     extern "C" Sampler* smod_create( paramlist& pl )

The function which must be exported by the ObjectSet Module to be used with CRBN.


Typedef Documentation

typedef Sampler*(*) SMOD_CREATE_FUNC(paramlist &pl)

The function pointer used by libcrbn.


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