Camera module
[Developper's extensions modules API]

The entry point for Camera modules. More...

Defines

#define CMOD_CREATE_FUNC_NAME   "cmod_create"
#define CMOD_FUNCTION_PROTOTYPE()   extern "C" Camera* cmod_create( paramlist& pl )

Typedefs

typedef Camera *(*) CMOD_CREATE_FUNC (paramlist &pl)

Detailed Description

The entry point for Camera modules.

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


Define Documentation

#define CMOD_CREATE_FUNC_NAME   "cmod_create"

The symbol searched with dlsym.

 
#define CMOD_FUNCTION_PROTOTYPE (  )     extern "C" Camera* cmod_create( paramlist& pl )

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


Typedef Documentation

typedef Camera*(*) CMOD_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