2015-12-16 13:58:11 -08:00
|
|
|
// Include doxygen-generated documentation
|
|
|
|
%include "pyupm_doxy2swig.i"
|
2015-02-25 09:09:40 -08:00
|
|
|
%module pyupm_hmtrp
|
|
|
|
%include "../upm.i"
|
2015-03-31 10:19:38 -04:00
|
|
|
%include "../carrays_uint8_t.i"
|
|
|
|
%include "../carrays_uint16_t.i"
|
|
|
|
%include "../carrays_uint32_t.i"
|
|
|
|
|
2015-12-09 10:59:54 -05:00
|
|
|
%rename("getModSignalStrengthNoParam") getModSignalStrength();
|
|
|
|
%rename("getRFSignalStrengthNoParam") getRFSignalStrength();
|
|
|
|
|
2015-02-25 09:09:40 -08:00
|
|
|
%feature("autodoc", "3");
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "hmtrp.hpp"
|
2015-02-25 09:09:40 -08:00
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "hmtrp.hpp"
|
2015-03-31 10:19:38 -04:00
|
|
|
speed_t int_B9600 = B9600;
|
2015-02-25 09:09:40 -08:00
|
|
|
%}
|
2015-03-31 10:19:38 -04:00
|
|
|
speed_t int_B9600 = B9600;
|
|
|
|
%array_class(char, charArray);
|