mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
java: ignored function that returns output through pointers in C++ (single element arrays in Java), as the same functionality is provided by other methods of the class.
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@gmail.com>
This commit is contained in:
parent
b32e4911ab
commit
0082f54902
@ -2,9 +2,7 @@
|
||||
%include "../upm.i"
|
||||
%include "typemaps.i"
|
||||
|
||||
%apply float *OUTPUT {float *fHum};
|
||||
%apply float *OUTPUT {float *fHumTemp};
|
||||
%apply float *OUTPUT {float *fDewPt};
|
||||
%ignore getHumidityData(float*, float*, float*);
|
||||
|
||||
%{
|
||||
#include "htu21d.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user