mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00

This driver will serve as a generic module for grabbing NMEA data from various GPS devices via a serial interface. ublox6 will also be removed in favor of using this driver going forward. Signed-off-by: Jon Trulson <jtrulson@ics.com>
10 lines
127 B
OpenEdge ABL
10 lines
127 B
OpenEdge ABL
%module jsupm_nmea_gps
|
|
%include "../upm.i"
|
|
%include "std_string.i"
|
|
|
|
%include "nmea_gps.hpp"
|
|
%{
|
|
#include "nmea_gps.hpp"
|
|
%}
|
|
|