Files
upm/src/smartdrive/pyupm_smartdrive.i

13 lines
202 B
OpenEdge ABL
Raw Normal View History

%module pyupm_smartdrive
%include "../upm.i"
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%include "stdint.i"
%include "smartdrive.hpp"
%{
#include "smartdrive.hpp"
%}