diff --git a/src/ublox6/javaupm_ublox6.i b/src/ublox6/javaupm_ublox6.i index d8f6e5ac..ad499570 100644 --- a/src/ublox6/javaupm_ublox6.i +++ b/src/ublox6/javaupm_ublox6.i @@ -4,11 +4,19 @@ %{ #include "ublox6.hpp" + speed_t int_B2400 = B2400; + speed_t int_B4800 = B4800; speed_t int_B9600 = B9600; + speed_t int_B19200 = B19200; + speed_t int_B38400 = B38400; %} %include "ublox6.hpp" +speed_t int_B2400 = B2400; +speed_t int_B4800 = B4800; speed_t int_B9600 = B9600; +speed_t int_B19200 = B19200; +speed_t int_B38400 = B38400; %pragma(java) jniclasscode=%{ static { @@ -19,4 +27,4 @@ speed_t int_B9600 = B9600; System.exit(1); } } -%} \ No newline at end of file +%} diff --git a/src/ublox6/jsupm_ublox6.i b/src/ublox6/jsupm_ublox6.i index e2556817..727549db 100644 --- a/src/ublox6/jsupm_ublox6.i +++ b/src/ublox6/jsupm_ublox6.i @@ -5,9 +5,17 @@ %{ #include "ublox6.hpp" + speed_t int_B2400 = B2400; + speed_t int_B4800 = B4800; speed_t int_B9600 = B9600; + speed_t int_B19200 = B19200; + speed_t int_B38400 = B38400; %} %include "ublox6.hpp" +speed_t int_B2400 = B2400; +speed_t int_B4800 = B4800; speed_t int_B9600 = B9600; +speed_t int_B19200 = B19200; +speed_t int_B38400 = B38400; %array_class(char, charArray); diff --git a/src/ublox6/pyupm_ublox6.i b/src/ublox6/pyupm_ublox6.i index dc1c378f..f7791015 100644 --- a/src/ublox6/pyupm_ublox6.i +++ b/src/ublox6/pyupm_ublox6.i @@ -9,9 +9,17 @@ %{ #include "ublox6.hpp" + speed_t int_B2400 = B2400; + speed_t int_B4800 = B4800; speed_t int_B9600 = B9600; + speed_t int_B19200 = B19200; + speed_t int_B38400 = B38400; %} %include "ublox6.hpp" +speed_t int_B2400 = B2400; +speed_t int_B4800 = B4800; speed_t int_B9600 = B9600; +speed_t int_B19200 = B19200; +speed_t int_B38400 = B38400; %array_class(char, charArray);