GpsMeasurement Struct Reference
GpsMeasurement Struct Reference
#include <
gps.h
>
Data Fields |
|
size_t | size |
GpsMeasurementFlags | flags |
int8_t | prn |
double | time_offset_ns |
GpsMeasurementState | state |
int64_t | received_gps_tow_ns |
int64_t | received_gps_tow_uncertainty_ns |
double | c_n0_dbhz |
double | pseudorange_rate_mps |
double | pseudorange_rate_uncertainty_mps |
GpsAccumulatedDeltaRangeState | accumulated_delta_range_state |
double | accumulated_delta_range_m |
double | accumulated_delta_range_uncertainty_m |
double | pseudorange_m |
double | pseudorange_uncertainty_m |
double | code_phase_chips |
double | code_phase_uncertainty_chips |
float | carrier_frequency_hz |
int64_t | carrier_cycles |
double | carrier_phase |
double | carrier_phase_uncertainty |
GpsLossOfLock | loss_of_lock |
int32_t | bit_number |
int16_t | time_from_last_bit_ms |
double | doppler_shift_hz |
double | doppler_shift_uncertainty_hz |
GpsMultipathIndicator | multipath_indicator |
double | snr_db |
double | elevation_deg |
double | elevation_uncertainty_deg |
double | azimuth_deg |
double | azimuth_uncertainty_deg |
bool | used_in_fix |
Detailed Description
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.
Field Documentation
GpsAccumulatedDeltaRangeState accumulated_delta_range_state |
GpsMeasurementFlags flags |
GpsLossOfLock loss_of_lock |
GpsMultipathIndicator multipath_indicator |
GpsMeasurementState state |
The documentation for this struct was generated from the following file:
- hardware/libhardware/include/hardware/ gps.h