mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
java: removed unnecessary generated wrapper objects for std::vector
Signed-off-by: Bogdan Ichim <bogdan.ichim@rinftech.com> Signed-off-by: Stefan Andritoiu <stefan.andritoiu@gmail.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
dc03eec56f
commit
65726087bc
@ -2,7 +2,7 @@
|
||||
%include "../upm.i"
|
||||
%include "cpointer.i"
|
||||
%include "typemaps.i"
|
||||
%include "../upm_vectortypes.i"
|
||||
%include "std_vector.i"
|
||||
|
||||
%apply int {mraa::Edge};
|
||||
|
||||
@ -10,6 +10,8 @@
|
||||
%ignore getMagnetometer(float *, float *, float *);
|
||||
%ignore getGyroscope(float *, float *, float *);
|
||||
|
||||
%template(floatVector) std::vector<float>;
|
||||
|
||||
%include "bmg160_defs.h"
|
||||
%include "bma250e_defs.h"
|
||||
%include "bmm150_defs.h"
|
||||
|
Reference in New Issue
Block a user