Files
upm/src/mg811/pyupm_mg811.i

12 lines
192 B
OpenEdge ABL
Raw Normal View History

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