include/crbn/camera/cmod.h

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__

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