2018-06-21 16:39:43 +03:00
|
|
|
#ifdef SWIGPYTHON
|
|
|
|
%module (package="pyupm_new_interfaces") ehr
|
|
|
|
#endif
|
|
|
|
|
|
|
|
%import "interfaces/new_interfaces.i"
|
|
|
|
|
2018-01-26 11:52:34 -08:00
|
|
|
%include "../common_top.i"
|
|
|
|
|
|
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
|
|
|
#ifdef SWIGJAVA
|
2018-06-21 16:39:43 +03:00
|
|
|
%typemap(javaimports) SWIGTYPE %{
|
|
|
|
import upm_new_interfaces.*;
|
|
|
|
%}
|
|
|
|
|
2018-01-26 11:52:34 -08:00
|
|
|
%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 */
|