Files
upm/src/hwxpxx/hwxpxx.i
Serban Waltter c3d5d951e1 dded bindings for iHumidity sensors.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2019-04-04 22:12:40 -07:00

25 lines
532 B
OpenEdge ABL

#ifdef SWIGPYTHON
%module (package="pyupm_new_interfaces") hwxpxx
#endif
%import "interfaces/new_interfaces.i"
%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
%typemap(javaimports) SWIGTYPE %{
import upm_new_interfaces.*;
%}
JAVA_JNI_LOADLIBRARY(javaupm_hwxpxx)
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "hwxpxx.hpp"
%}
%include "hwxpxx.hpp"
/* END Common SWIG syntax */