include/crbn/output/omod.h

00001 
00002 #ifndef __output_module_h__
00003 #define __output_module_h__
00004 
00005 #include <crbn/output/output.hpp>
00006 #include <crbn/basic/paramlist.hpp>
00007 
00019 typedef Output* (*OMOD_CREATE_FUNC)( paramlist& pl );
00020 
00024 #define OMOD_CREATE_FUNC_NAME "omod_create"
00025 
00028 #define OMOD_FUNCTION_PROTOTYPE() extern "C" Output* omod_create( paramlist& pl )
00029 
00030 #endif // __output_module_h__

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