upm/src/enc03r/pyupm_enc03r.i
Jon Trulson a1620271f2 enc03r: Initial implementation
Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
2015-01-09 16:42:01 -08:00

10 lines
119 B
OpenEdge ABL

%module pyupm_enc03r
%include "../upm.i"
%feature("autodoc", "3");
%include "enc03r.h"
%{
#include "enc03r.h"
%}