GpsClock Struct Reference

GpsClock Struct Reference

#include < gps.h >

Data Fields

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
 

Detailed Description

Legacy struct to represent an estimate of the GPS clock time. Deprecated, to be removed in the next Android release. Use GnssClock instead.

Definition at line 1437 of file gps.h .

Field Documentation

double bias_ns

Definition at line 1446 of file gps.h .

double bias_uncertainty_ns

Definition at line 1447 of file gps.h .

double drift_nsps

Definition at line 1448 of file gps.h .

double drift_uncertainty_nsps

Definition at line 1449 of file gps.h .

Definition at line 1440 of file gps.h .

int64_t full_bias_ns

Definition at line 1445 of file gps.h .

int16_t leap_second

Definition at line 1441 of file gps.h .

size_t size

set to sizeof(GpsClock)

Definition at line 1439 of file gps.h .

int64_t time_ns

Definition at line 1443 of file gps.h .

double time_uncertainty_ns

Definition at line 1444 of file gps.h .

Definition at line 1442 of file gps.h .


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