upm/src/ehr/ehr.i
Serban Waltter bbcee52880 Added bindings for iHeartRate 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:31 -07:00

27 lines
538 B
OpenEdge ABL

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