upm/src/adc121c021/adc121c021.i

21 lines
536 B
OpenEdge ABL
Raw Normal View History

%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 */