GpsClock 结构体参考

GpsClock 结构体参考

#include < gps.h >

数据字段

size_t  尺寸
 
GpsClockFlags   标志
 
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