00001 00002 #ifndef __camera_module_h__ 00003 #define __camera_module_h__ 00004 00005 #include <crbn/camera/camera.hpp> 00006 #include <crbn/basic/paramlist.hpp> 00007 00020 typedef Camera* (*CMOD_CREATE_FUNC)( paramlist& pl ); 00021 00025 #define CMOD_CREATE_FUNC_NAME "cmod_create" 00026 00029 #define CMOD_FUNCTION_PROTOTYPE() extern "C" Camera* cmod_create( paramlist& pl ) 00030 00031 #endif // __camera_module_h__