2018-06-21 16:46:49 +03:00
|
|
|
#ifdef SWIGPYTHON
|
|
|
|
|
%module (package="upm") htu21d
|
|
|
|
|
#endif
|
|
|
|
|
|
2018-09-27 17:33:40 +03:00
|
|
|
%import "interfaces/interfaces.i"
|
2018-06-21 16:46:49 +03:00
|
|
|
|
2018-01-26 11:52:34 -08:00
|
|
|
%include "../common_top.i"
|
|
|
|
|
|
|
|
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
|
|
|
|
#ifdef SWIGJAVA
|
2018-06-21 16:46:49 +03:00
|
|
|
%typemap(javaimports) SWIGTYPE %{
|
2018-09-27 17:33:40 +03:00
|
|
|
import upm_interfaces.*;
|
2018-06-21 16:46:49 +03:00
|
|
|
%}
|
|
|
|
|
|
2018-01-26 11:52:34 -08:00
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_abp)
|
|
|
|
|
#endif
|
|
|
|
|
/* END Java syntax */
|
|
|
|
|
|
|
|
|
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
|
|
|
|
%{
|
|
|
|
|
#include "abp.hpp"
|
|
|
|
|
%}
|
|
|
|
|
%include "abp.hpp"
|
|
|
|
|
/* END Common SWIG syntax */
|