GpsXtraInterface 結構體參考資料

GpsXtraInterface 結構體參考資料

#include < gps.h >

資料欄位

size_t  size
 
int(*  初始化 )( GpsXtraCallbacks *callbacks)
 
int(*  inject_xtra_data )(char *data, int length)
 

詳細說明

擴充 XTRA 支援的介面。

定義位於檔案 gps.h 858 行。

欄位說明文件

int(* init)( GpsXtraCallbacks *callbacks)

開啟 XTRA 介面,並為此介面的實作提供回呼例行程序。

定義位於檔案 gps.h 865 行。

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

將 XTRA 資料插入 GPS。

定義位於檔案 gps.h 867 行。

size_t size

設為 sizeof(GpsXtraInterface)

定義位於檔案 gps.h 860 行。


這個結構體的說明文件是由下列檔案產生:
  • hardware/libhardware/include/hardware/ gps.h