GpsMeasurement 結構體參考資料

GpsMeasurement 結構體參考資料

#include < gps.h >

資料欄位

size_t  size
 
GpsMeasurementFlags   flags
 
int8_t  prn
 
double time_offset_ns
 
GpsMeasurementState   狀態
 
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
 
浮點值 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
 
布林值 used_in_fix
 

詳細說明

舊版結構體,用於代表 GPS 測量資料,其中包含原始和計算資訊。已淘汰,將在下一個 Android 版本中移除。請改用 GnssMeasurement

定義位於檔案 gps.h 的第 1610 行。

欄位說明文件

double accumulated_delta_range_m

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

GpsAccumulatedDeltaRangeState accumulated_delta_range_state

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

double accumulated_delta_range_uncertainty_m

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

double azimuth_deg

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

double azimuth_uncertainty_deg

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

int32_t bit_number

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

double c_n0_dbhz

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

int64_t carrier_cycles

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

float carrier_frequency_hz

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

double carrier_phase

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

double carrier_phase_uncertainty

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

double code_phase_chips

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

double code_phase_uncertainty_chips

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

double doppler_shift_hz

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

double doppler_shift_uncertainty_hz

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

double elevation_deg

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

double elevation_uncertainty_deg

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

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

GpsLossOfLock loss_of_lock

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

GpsMultipathIndicator multipath_indicator

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

int8_t prn

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

double pseudorange_m

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

double pseudorange_rate_mps

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

double pseudorange_rate_uncertainty_mps

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

double pseudorange_uncertainty_m

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

int64_t received_gps_tow_ns

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

int64_t received_gps_tow_uncertainty_ns

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

size_t size

設為 sizeof(GpsMeasurement)

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

double snr_db

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

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

int16_t time_from_last_bit_ms

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

double time_offset_ns

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

bool used_in_fix

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


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