2018-01-26 11:52:34 -08:00
|
|
|
%include "../common_top.i"
|
|
|
|
|
|
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
|
|
|
#ifdef SWIGJAVA
|
2015-08-17 18:25:09 +03:00
|
|
|
%include "arrays_java.i";
|
2015-09-07 19:00:30 +03:00
|
|
|
%include "../java_buffer.i"
|
2018-01-23 11:58:12 -08:00
|
|
|
%include "std_vector.i"
|
2018-01-26 11:52:34 -08:00
|
|
|
%apply short *OUTPUT { short * ptrX, short * ptrY, short * ptrZ };
|
2018-01-23 11:58:12 -08:00
|
|
|
%template(ShortVector) std::vector<short>;
|
2015-08-26 18:44:34 +03:00
|
|
|
|
2018-01-26 11:52:34 -08:00
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_mma7455)
|
|
|
|
#endif
|
|
|
|
/* END Java syntax */
|
2015-08-26 18:44:34 +03:00
|
|
|
|
2018-01-26 11:52:34 -08:00
|
|
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
2015-09-07 19:00:30 +03:00
|
|
|
%{
|
2018-01-23 11:58:12 -08:00
|
|
|
#include "mma7455.hpp"
|
2015-09-07 19:00:30 +03:00
|
|
|
%}
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "mma7455.hpp"
|
2018-01-26 11:52:34 -08:00
|
|
|
/* END Common SWIG syntax */
|