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) |
An Camera module defined symbols which have to be used to provide a new type of Camera into libcrbn.
| #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 Camera*(*) CMOD_CREATE_FUNC(paramlist &pl) |
The function pointer used by libcrbn.
1.5.0