mirror of
https://github.com/eclipse/upm.git
synced 2025-03-18 22:47:28 +03:00
13 lines
221 B
OpenEdge ABL
13 lines
221 B
OpenEdge ABL
![]() |
// Include doxygen-generated documentation
|
||
|
%include "pyupm_doxy2swig.i"
|
||
|
%module pyupm_rf22
|
||
|
%include "../upm.i"
|
||
|
%include "../carrays_uint8_t.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "rf22.hpp"
|
||
|
%{
|
||
|
#include "rf22.hpp"
|
||
|
%}
|