Files
upm/src/rotaryencoder/rotaryencoder.i

27 lines
556 B
OpenEdge ABL
Raw Normal View History

#ifdef SWIGPYTHON
%module (package="upm") rotaryencoder
#endif
%import "interfaces/interfaces.i"
%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
%typemap(javaimports) SWIGTYPE %{
import upm_interfaces.*;
%}
%ignore signalAISR;
JAVA_JNI_LOADLIBRARY(javaupm_rotaryencoder)
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "rotaryencoder.hpp"
%}
%include "rotaryencoder.hpp"
/* END Common SWIG syntax */