mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 20:01:12 +03:00

This commit removes functionality that is now present in the bacnetutil class. This simplifies the driver considerably. The examples were modified to reflect the renaming of some utility functions in bacnetutil. Signed-off-by: Jon Trulson <jtrulson@ics.com>
15 lines
264 B
OpenEdge ABL
15 lines
264 B
OpenEdge ABL
// 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"
|
|
%}
|