mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
java: solved SWIGTYPE_* issues
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
59c6b28cdd
commit
3e59323abb
@ -2,8 +2,10 @@
|
||||
%include "../upm.i"
|
||||
%include "cpointer.i"
|
||||
%include "typemaps.i"
|
||||
%include "arrays_java.i";
|
||||
|
||||
%apply unsigned char[] {unsigned char *};
|
||||
|
||||
/* Send "int *" to JavaScript as intp */
|
||||
%apply int *OUTPUT { int *gas, int *temp };
|
||||
|
||||
%{
|
||||
|
Reference in New Issue
Block a user