GpsXtraInterface Struct Reference

GpsXtraInterface Struct Reference

#include < gps.h >

Data Fields

size_t  size
 
int(*  init )( GpsXtraCallbacks *callbacks)
 
int(*  inject_xtra_data )(char *data, int length)
 

Detailed Description

Extended interface for XTRA support.

Definition at line 858 of file gps.h .

Field Documentation

int(* init)( GpsXtraCallbacks *callbacks)

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

Definition at line 865 of file gps.h .

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

Injects XTRA data into the GPS.

Definition at line 867 of file gps.h .

size_t size

set to sizeof(GpsXtraInterface)

Definition at line 860 of file gps.h .


The documentation for this struct was generated from the following file:
  • hardware/libhardware/include/hardware/ gps.h