2015-02-25 09:09:40 -08:00
|
|
|
%module jsupm_hmtrp
|
|
|
|
|
%include "../upm.i"
|
|
|
|
|
%include "../carrays_uint8_t.i"
|
|
|
|
|
%include "../carrays_uint16_t.i"
|
|
|
|
|
%include "../carrays_uint32_t.i"
|
|
|
|
|
|
|
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "hmtrp.hpp"
|
2015-02-25 09:09:40 -08:00
|
|
|
speed_t int_B9600 = B9600;
|
|
|
|
|
%}
|
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "hmtrp.hpp"
|
2015-02-25 09:09:40 -08:00
|
|
|
speed_t int_B9600 = B9600;
|
|
|
|
|
%array_class(char, charArray);
|