mirror of
https://github.com/eclipse/upm.git
synced 2025-10-30 14:44:56 +03:00
java: Created a general interface that is no longer included in each package and updated examples
Signed-off-by: Bogdan Ichim <bogdan.ichim@rinftech.com> Signed-off-by: Stefan Andritoiu <stefan.andritoiu@gmail.com>
This commit is contained in:
committed by
sisinty sasmita patra
parent
e3a8b2fc13
commit
fe9254c004
@@ -1,7 +1,11 @@
|
||||
%module javaupm_ds1808lc
|
||||
%include "../upm.i"
|
||||
|
||||
%include "../interfaces/javaupm_iLightController.i"
|
||||
%import "../interfaces/javaupm_iLightController.i"
|
||||
|
||||
%typemap(javaimports) SWIGTYPE %{
|
||||
import upm_interfaces.*;
|
||||
%}
|
||||
|
||||
%include "arrays_java.i";
|
||||
%include "../java_buffer.i"
|
||||
|
||||
Reference in New Issue
Block a user