Files
upm/src/ds2413/jsupm_ds2413.i
Noel Eck bf9059c846 cpp_headers: Rename ds2413 header .h -> .hpp
Renamed header file, updated header filename in interface files,
sources, and CmakeLists file.

Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-04-29 16:46:03 -07:00

12 lines
173 B
OpenEdge ABL

%module jsupm_ds2413
%include "../upm.i"
%include "carrays.i"
%include "std_string.i"
%{
#include "ds2413.hpp"
%}
%include "ds2413.hpp"
%array_class(char, charArray);