Output module
[Developper's extensions modules API]

The entry point for Output modules. More...

Defines

#define OMOD_CREATE_FUNC_NAME   "omod_create"
#define OMOD_FUNCTION_PROTOTYPE()   extern "C" Output* omod_create( paramlist& pl )

Typedefs

typedef Output *(*) OMOD_CREATE_FUNC (paramlist &pl)

Detailed Description

The entry point for Output modules.


Define Documentation

#define OMOD_CREATE_FUNC_NAME   "omod_create"

The symbol searched with dlsym.

 
#define OMOD_FUNCTION_PROTOTYPE (  )     extern "C" Output* omod_create( paramlist& pl )

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


Typedef Documentation

typedef Output*(*) OMOD_CREATE_FUNC(paramlist &pl)

The function pointer used by libcrbn.


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