mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
13 lines
158 B
OpenEdge ABL
13 lines
158 B
OpenEdge ABL
%module javaupm_hcsr04
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "hcsr04.hpp"
|
|
%}
|
|
|
|
%include "hcsr04.h"
|
|
%include "hcsr04.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_hcsr04)
|
|
|