mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 08:57:30 +03:00

Signed-off-by: Petre Eftime <petre.p.eftime@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com> Conflicts: src/upm.i
18 lines
312 B
OpenEdge ABL
18 lines
312 B
OpenEdge ABL
%module javaupm_zfm20
|
|
%include "../upm.i"
|
|
%include "stdint.i"
|
|
%include "typemaps.i"
|
|
%include "arrays_java.i";
|
|
%include "../java_buffer.i";
|
|
|
|
%apply uint16_t *OUTPUT { uint16_t *id, uint16_t *score };
|
|
|
|
%{
|
|
#include "zfm20.h"
|
|
speed_t int_B57600 = B57600;
|
|
%}
|
|
|
|
|
|
%include "zfm20.h"
|
|
speed_t int_B57600 = B57600;
|