summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/tb7300/pyupm_tb7300.i
blob: a1e7bfe1481e50ccc3e67c5f4e9592fd1307d5c7 (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_tb7300
%include "../upm.i"
%include "stdint.i"

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

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