mirror of
https://github.com/eclipse/upm.git
synced 2025-03-17 22:17:28 +03:00
15 lines
261 B
OpenEdge ABL
15 lines
261 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_xbee
|
|
%include "../upm.i"
|
|
%include "carrays.i"
|
|
%include "std_string.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%{
|
|
#include "xbee.h"
|
|
%}
|
|
%include "xbee.h"
|
|
%array_class(char, charArray);
|