Files
upm/src/si1132/si1132.i
Serban Waltter 34bb12933d Removed old interfaces and replaced them with the new ones.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2019-04-04 22:15:13 -07:00

29 lines
573 B
OpenEdge ABL

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