methodCallbacks.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 #ifndef METHODCALLBACKS_H
00009 #define METHODCALLBACKS_H
00010 
00011 #include <config.h>
00012 
00013 namespace CALLBACK_CAFE {
00014         #if HAVE_PYTHON_H       
00015     void PyHandlerPut( struct event_handler_args args);
00016     void PyHandlerGet( struct event_handler_args args);
00017         #endif
00018                 void handlerPulseID( struct event_handler_args args) ;
00019                 void handlerPut( struct event_handler_args args) ;
00020     void handlerGet( struct event_handler_args args) ;
00021     void handlerGetCtrl( struct event_handler_args args) ;
00022     void handlerGetSTSACK( struct event_handler_args args) ;
00023     void handlerGetClassName( struct event_handler_args args) ;
00024                 
00025                 
00026 };
00027 
00028 #endif // METHODCALLBACKS_H

Generated on 28 May 2018 for CAFE by  doxygen 1.6.1