Files
upm/src/hm11/pyupm_hm11.i

14 lines
272 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_hm11
%include "../upm.i"
%include "carrays.i"
%{
#include "hm11.hpp"
speed_t int_B9600 = B9600;
%}
%include "hm11.hpp"
speed_t int_B9600 = B9600;
%array_class(char, charArray);