#include <gps.h>
Data Fields | |
| int(* | init )(GpsXtraCallbacks *callbacks) |
| Opens the XTRA interface and provides the callback routines to the implemenation of this interface. | |
| int(* | inject_xtra_data )(char *data, int length) |
| Injects XTRA data into the GPS. | |
Definition at line 234 of file gps.h.
| int(* GpsXtraInterface::init)(GpsXtraCallbacks *callbacks) |
Opens the XTRA interface and provides the callback routines to the implemenation of this interface.
| int(* GpsXtraInterface::inject_xtra_data)(char *data, int length) |
Injects XTRA data into the GPS.