mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 15:07:35 +03:00
18 lines
395 B
OpenEdge ABL
18 lines
395 B
OpenEdge ABL
![]() |
%include "../common_top.i"
|
||
|
|
||
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
#ifdef SWIGJAVA
|
||
|
//! [Interesting]
|
||
|
|
||
|
JAVA_JNI_LOADLIBRARY(javaupm_max31855)
|
||
|
//! [Interesting]
|
||
|
#endif
|
||
|
/* END Java syntax */
|
||
|
|
||
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
%{
|
||
|
#include "max31855.hpp"
|
||
|
%}
|
||
|
%include "max31855.hpp"
|
||
|
/* END Common SWIG syntax */
|