Data Fields
GpsXtraInterface Struct Reference

Extended interface for XTRA support. More...

Data Fields

int(* init )(GpsXtraCallbacks *callbacks)
 Opens the XTRA interface and provides the callback routines to the implemenation of this interface. More...
 
int(* inject_xtra_data )(char *data, int length)
 Injects XTRA data into the GPS. More...
 
size_t size
 set to sizeof(GpsXtraInterface) More...
 

Detailed Description

Extended interface for XTRA support.

Definition at line 445 of file gps.h.

Field Documentation

int(* GpsXtraInterface::init)(GpsXtraCallbacks *callbacks)

Opens the XTRA interface and provides the callback routines to the implemenation of this interface.

Definition at line 452 of file gps.h.

int(* GpsXtraInterface::inject_xtra_data)(char *data, int length)

Injects XTRA data into the GPS.

Definition at line 454 of file gps.h.

size_t GpsXtraInterface::size

set to sizeof(GpsXtraInterface)

Definition at line 447 of file gps.h.