mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 15:37:28 +03:00
16 lines
266 B
OpenEdge ABL
16 lines
266 B
OpenEdge ABL
![]() |
// Include doxygen-generated documentation
|
||
|
%include "pyupm_doxy2swig.i"
|
||
|
%module pyupm_t3311
|
||
|
%include "../upm.i"
|
||
|
%include "stdint.i"
|
||
|
%include "cpointer.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%pointer_functions(float, floatp);
|
||
|
|
||
|
%include "t3311.h"
|
||
|
%{
|
||
|
#include "t3311.h"
|
||
|
%}
|