mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
17 lines
432 B
OpenEdge ABL
17 lines
432 B
OpenEdge ABL
![]() |
%include "../common_top.i"
|
||
|
|
||
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
#ifdef SWIGJAVA
|
||
|
%include "../carrays_uint32_t.i"
|
||
|
JAVA_JNI_LOADLIBRARY(javaupm_bacnetmstp)
|
||
|
#endif
|
||
|
/* END Java syntax */
|
||
|
|
||
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
%pointer_functions(float, floatp);
|
||
|
%{
|
||
|
#include "bacnetmstp.hpp"
|
||
|
%}
|
||
|
%include "bacnetmstp.hpp"
|
||
|
/* END Common SWIG syntax */
|