mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
bma220: Added std_vector to SWIG interface file
Updated the bma220 SWIG interface file to use std_vector.i for JS and Python. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
3e84b74bdf
commit
a16d279b6f
@ -35,12 +35,14 @@ JAVA_JNI_LOADLIBRARY(javaupm_bma220)
|
||||
|
||||
/* BEGIN Javascript syntax ------------------------------------------------- */
|
||||
#ifdef SWIGJAVASCRIPT
|
||||
%include "../upm_vectortypes.i"
|
||||
%pointer_functions(float, floatp);
|
||||
#endif
|
||||
/* END Javascript syntax */
|
||||
|
||||
/* BEGIN Python syntax ----------------------------------------------------- */
|
||||
#ifdef SWIGPYTHON
|
||||
%include "../upm_vectortypes.i"
|
||||
%pointer_functions(float, floatp);
|
||||
#endif
|
||||
/* END Python syntax */
|
||||
|
Loading…
x
Reference in New Issue
Block a user