mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +03:00
java: solved SWIGTYPE_p_int and SWIGTYPE_p_float
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
8eed56fda0
commit
78a159594b
@ -1,5 +1,8 @@
|
||||
%module javaupm_mpu9150
|
||||
%include "../upm.i"
|
||||
%include "typemaps.i"
|
||||
|
||||
%apply float *INOUT { float *x, float *y, float *z };
|
||||
|
||||
%{
|
||||
#include "mpu9150.h"
|
||||
|
Reference in New Issue
Block a user