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