Files
upm/src/ublox6/javaupm_ublox6.i

14 lines
225 B
OpenEdge ABL
Raw Normal View History

%module javaupm_ublox6
%include "../upm.i"
%include "stdint.i"
%include "carrays.i"
%{
#include "ublox6.h"
speed_t int_B9600 = B9600;
%}
%include "ublox6.h"
speed_t int_B9600 = B9600;
%array_class(char, charArray);