upm/src/am2315/pyupm_am2315.i

10 lines
168 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_am2315
%include "../upm.i"
%include "am2315.hpp"
%{
#include "am2315.hpp"
%}