2016-01-15 18:01:10 -07:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
|
%include "pyupm_doxy2swig.i"
|
|
|
|
|
%module pyupm_hwxpxx
|
|
|
|
|
%include "../upm.i"
|
|
|
|
|
%include "stdint.i"
|
|
|
|
|
|
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "hwxpxx.hpp"
|
2016-01-15 18:01:10 -07:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "hwxpxx.hpp"
|
2016-01-15 18:01:10 -07:00
|
|
|
%}
|