PyCafe.h

Go to the documentation of this file.
00001 #ifndef __PYX_HAVE__PyCafe
00002 #define __PYX_HAVE__PyCafe
00003 
00004 
00005 #ifndef __PYX_HAVE_API__PyCafe
00006 
00007 #ifndef __PYX_EXTERN_C
00008   #ifdef __cplusplus
00009     #define __PYX_EXTERN_C extern "C"
00010   #else
00011     #define __PYX_EXTERN_C extern
00012   #endif
00013 #endif
00014 
00015 #ifndef DL_IMPORT
00016   #define DL_IMPORT(_T) _T
00017 #endif
00018 
00019 __PYX_EXTERN_C DL_IMPORT(void) py_cb_wrapper(PVDataHolder, unsigned int, std::string);
00020 __PYX_EXTERN_C DL_IMPORT(void) py_cb_ctrl_wrapper(PVCtrlHolder, unsigned int, std::string);
00021 __PYX_EXTERN_C DL_IMPORT(void) py_cb_handle_wrapper(unsigned int);
00022 __PYX_EXTERN_C DL_IMPORT(void) py_cb_handle_monid_wrapper(unsigned int, unsigned long);
00023 
00024 #endif /* !__PYX_HAVE_API__PyCafe */
00025 
00026 #if PY_MAJOR_VERSION < 3
00027 PyMODINIT_FUNC initPyCafe(void);
00028 #else
00029 PyMODINIT_FUNC PyInit_PyCafe(void);
00030 #endif
00031 
00032 #endif /* !__PYX_HAVE__PyCafe */

Generated on 3 May 2017 for CAFE by  doxygen 1.6.1