2015-12-16 13:58:11 -08:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
|
%include "pyupm_doxy2swig.i"
|
2015-04-24 18:53:54 -06:00
|
|
|
%module pyupm_h3lis331dl
|
|
|
|
|
%include "../upm.i"
|
|
|
|
|
%include "cpointer.i"
|
|
|
|
|
|
|
|
|
|
/* Send "int *" and "float *" to python as intp and floatp */
|
|
|
|
|
%pointer_functions(int, intp);
|
|
|
|
|
%pointer_functions(float, floatp);
|
|
|
|
|
|
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
|
|
|
|
|
|
#ifdef DOXYGEN
|
|
|
|
|
%include "h3lis331dl_doc.i"
|
|
|
|
|
#endif
|
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "h3lis331dl.hpp"
|
2015-04-24 18:53:54 -06:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "h3lis331dl.hpp"
|
2015-04-24 18:53:54 -06:00
|
|
|
%}
|