mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 07:27:29 +03:00
15 lines
264 B
OpenEdge ABL
15 lines
264 B
OpenEdge ABL
![]() |
// Include doxygen-generated documentation
|
||
|
%include "pyupm_doxy2swig.i"
|
||
|
%module pyupm_t8100
|
||
|
%include "../upm.i"
|
||
|
%include "stdint.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "bacnetmstp.hpp"
|
||
|
%include "bacnetutil.hpp"
|
||
|
%include "t8100.hpp"
|
||
|
%{
|
||
|
#include "t8100.hpp"
|
||
|
%}
|