2015-12-16 13:58:11 -08:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
|
%include "pyupm_doxy2swig.i"
|
2014-12-30 15:48:41 -07:00
|
|
|
%module pyupm_ublox6
|
|
|
|
|
%include "../upm.i"
|
2015-08-20 12:44:36 -07:00
|
|
|
%include "stdint.i"
|
|
|
|
|
%include "carrays.i"
|
2014-12-30 15:48:41 -07:00
|
|
|
|
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
|
|
|
|
|
|
%{
|
|
|
|
|
#include "ublox6.h"
|
2015-08-20 12:44:36 -07:00
|
|
|
speed_t int_B9600 = B9600;
|
2014-12-30 15:48:41 -07:00
|
|
|
%}
|
2015-08-20 12:44:36 -07:00
|
|
|
|
|
|
|
|
%include "ublox6.h"
|
|
|
|
|
speed_t int_B9600 = B9600;
|
|
|
|
|
%array_class(char, charArray);
|