summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/e50hx/pyupm_e50hx.i
blob: 678673295459d329e48292df6354abf516b9d09f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_e50hx
%include "../upm.i"
%include "stdint.i"

%feature("autodoc", "3");

%include "bacnetmstp.hpp"
%include "bacnetutil.hpp"
%include "e50hx.hpp"
%{
    #include "e50hx.hpp"
%}