mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00

Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
16 lines
250 B
OpenEdge ABL
16 lines
250 B
OpenEdge ABL
%module pyupm_ublox6
|
|
%include "../upm.i"
|
|
%include "stdint.i"
|
|
%include "carrays.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%{
|
|
#include "ublox6.h"
|
|
speed_t int_B9600 = B9600;
|
|
%}
|
|
|
|
%include "ublox6.h"
|
|
speed_t int_B9600 = B9600;
|
|
%array_class(char, charArray);
|