22 lines
526 B
OpenEdge ABL
22 lines
526 B
OpenEdge ABL
|
|
%include "../common_top.i"
|
||
|
|
|
||
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
|
#ifdef SWIGJAVA
|
||
|
|
#ifndef ANDROID
|
||
|
|
%module(directors="1") javaupm_si1132
|
||
|
|
#endif
|
||
|
|
|
||
|
|
%typemap(javaimports) SWIGTYPE %{import upm_interfaces.*;%}
|
||
|
|
%import "../interfaces/javaupm_iLightSensor.i"
|
||
|
|
|
||
|
|
JAVA_JNI_LOADLIBRARY(javaupm_si1132)
|
||
|
|
#endif
|
||
|
|
/* END Java syntax */
|
||
|
|
|
||
|
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
|
%{
|
||
|
|
#include "si1132.hpp"
|
||
|
|
%}
|
||
|
|
%include "si1132.hpp"
|
||
|
|
/* END Common SWIG syntax */
|