mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
21 lines
536 B
OpenEdge ABL
21 lines
536 B
OpenEdge ABL
![]() |
%include "../common_top.i"
|
||
|
|
||
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
#ifdef SWIGJAVA
|
||
|
JAVA_JNI_LOADLIBRARY(javaupm_adc121c021)
|
||
|
#endif
|
||
|
/* END Java syntax */
|
||
|
|
||
|
/* BEGIN Javascript syntax ------------------------------------------------- */
|
||
|
#ifdef SWIGJAVASCRIPT
|
||
|
%include "../carrays_uint16_t.i"
|
||
|
#endif
|
||
|
/* END Javascript syntax */
|
||
|
|
||
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
%{
|
||
|
#include "adc121c021.hpp"
|
||
|
%}
|
||
|
%include "adc121c021.hpp"
|
||
|
/* END Common SWIG syntax */
|