mirror of
https://github.com/eclipse/upm.git
synced 2025-03-18 22:47:28 +03:00
20 lines
521 B
OpenEdge ABL
20 lines
521 B
OpenEdge ABL
![]() |
%include "../common_top.i"
|
||
|
|
||
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
#ifdef SWIGJAVA
|
||
|
%include "arrays_java.i";
|
||
|
%include "../java_buffer.i"
|
||
|
%typemap(javaimports) SWIGTYPE %{import upm_interfaces.*;%}
|
||
|
%import "../interfaces/javaupm_iLightController.i"
|
||
|
|
||
|
JAVA_JNI_LOADLIBRARY(javaupm_hlg150h)
|
||
|
#endif
|
||
|
/* END Java syntax */
|
||
|
|
||
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
%{
|
||
|
#include "hlg150h.hpp"
|
||
|
%}
|
||
|
%include "hlg150h.hpp"
|
||
|
/* END Common SWIG syntax */
|