upm/src/mb704x/pyupm_mb704x.i
Jon Trulson 6667646d32 mb704x: Initial implementation; C; FTI; C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-12-02 16:44:43 -07:00

13 lines
219 B
OpenEdge ABL

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_mb704x
%include "../upm.i"
%include "std_string.i"
%feature("autodoc", "3");
%include "mb704x.hpp"
%{
#include "mb704x.hpp"
%}