16 lines
281 B
OpenEdge ABL
16 lines
281 B
OpenEdge ABL
|
|
// Include doxygen-generated documentation
|
||
|
|
%include "pyupm_doxy2swig.i"
|
||
|
|
%module pyupm_bacnetmstp
|
||
|
|
%include "../upm.i"
|
||
|
|
%include "stdint.i"
|
||
|
|
%include "cpointer.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%pointer_functions(float, floatp);
|
||
|
|
|
||
|
|
%include "bacnetmstp.h"
|
||
|
|
%{
|
||
|
|
#include "bacnetmstp.h"
|
||
|
|
%}
|