Renamed header file, updated header filename in interface files, sources, and CmakeLists file. Signed-off-by: Noel Eck <noel.eck@intel.com>
13 lines
199 B
OpenEdge ABL
13 lines
199 B
OpenEdge ABL
%module pyupm_ds2413
|
|
%include "../upm.i"
|
|
%include "carrays.i"
|
|
%include "std_string.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%{
|
|
#include "ds2413.hpp"
|
|
%}
|
|
%include "ds2413.hpp"
|
|
%array_class(char, charArray);
|