GpsClock 結構體參考資料

GpsClock 結構體參考資料

#include < gps.h >

資料欄位

size_t  size
 
GpsClockFlags   flags
 
int16_t  leap_second
 
GpsClockType   type
 
int64_t  time_ns
 
double time_uncertainty_ns
 
int64_t  full_bias_ns
 
double bias_ns
 
double bias_uncertainty_ns
 
double drift_nsps
 
double drift_uncertainty_nsps
 

詳細說明

舊版結構體,用於表示 GPS 時鐘時間的預估值。已淘汰,將在下一個 Android 版本中移除。請改用 GnssClock

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

欄位說明文件

double bias_ns

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

double bias_uncertainty_ns

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

double drift_nsps

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

double drift_uncertainty_nsps

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

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

int64_t full_bias_ns

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

int16_t leap_second

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

size_t size

設為 sizeof(GpsClock)

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

int64_t time_ns

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

double time_uncertainty_ns

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

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


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