2016-03-16 21:24:11 +01:00
|
|
|
%module pyupm_smartdrive
|
|
|
|
|
%include "../upm.i"
|
2016-09-29 13:46:20 -07:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
|
%include "pyupm_doxy2swig.i"
|
|
|
|
|
|
2016-03-16 21:24:11 +01:00
|
|
|
|
|
|
|
|
%include "stdint.i"
|
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "smartdrive.hpp"
|
2016-03-16 21:24:11 +01:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "smartdrive.hpp"
|
2016-03-16 21:24:11 +01:00
|
|
|
%}
|