mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00
19 lines
323 B
OpenEdge ABL
19 lines
323 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_ms5803
|
|
%include "../upm.i"
|
|
%include "cpointer.i"
|
|
%include "std_string.i"
|
|
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%pointer_functions(float, floatp);
|
|
|
|
%include "ms5803_defs.h"
|
|
%include "ms5803.hpp"
|
|
%{
|
|
#include "ms5803.hpp"
|
|
%}
|