blob: 20e9a9273c329c31eb9a68fc14cabe17874db143 [file] [log] [blame]
%module javaupm_t8100
%include "../upm.i"
%include "typemaps.i"
%include "bacnetmstp.hpp"
%include "bacnetutil.hpp"
%include "t8100.hpp"
%{
#include "t8100.hpp"
%}
%pragma(java) jniclasscode=%{
static {
try {
System.loadLibrary("javaupm_t8100");
} catch (UnsatisfiedLinkError e) {
System.err.println("Native code library failed to load. \n" + e);
System.exit(1);
}
}
%}