mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 08:27:31 +03:00
14 lines
223 B
OpenEdge ABL
14 lines
223 B
OpenEdge ABL
![]() |
%module jsupm_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);
|