Stay organized with collections
Save and categorize content based on your preferences.
GpsMeasurement Struct Reference
#include <
gps.h
>
Legacy struct to represent a GPS Measurement, it contains raw and computed information. Deprecated, to be removed in the next Android release. Use
GnssMeasurement
instead.
Definition at line
1610
of file
gps.h
.
double accumulated_delta_range_m
|
double accumulated_delta_range_uncertainty_m
|
double azimuth_uncertainty_deg
|
float carrier_frequency_hz
|
double carrier_phase_uncertainty
|
double code_phase_uncertainty_chips
|
double doppler_shift_uncertainty_hz
|
double elevation_uncertainty_deg
|
double pseudorange_rate_mps
|
double pseudorange_rate_uncertainty_mps
|
double pseudorange_uncertainty_m
|
int64_t received_gps_tow_ns
|
int64_t received_gps_tow_uncertainty_ns
|
set to sizeof(GpsMeasurement)
Definition at line
1612
of file
gps.h
.
int16_t time_from_last_bit_ms
|
The documentation for this struct was generated from the following file:
-
hardware/libhardware/include/hardware/
gps.h
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2019-10-02 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-10-02 UTC."]]