GpsSvInfo Struct Reference

GpsSvInfo Struct Reference

#include < gps.h >

Data Fields

size_t  size
 
int  prn
 
float  snr
 
float  elevation
 
float  azimuth
 

Detailed Description

Legacy struct to represents SV information. Deprecated, to be removed in the next Android release. Use GnssSvInfo instead.

Definition at line 562 of file gps.h .

Field Documentation

float azimuth

Azimuth of SV in degrees.

Definition at line 572 of file gps.h .

float elevation

Elevation of SV in degrees.

Definition at line 570 of file gps.h .

int prn

Pseudo-random number for the SV.

Definition at line 566 of file gps.h .

size_t size

set to sizeof(GpsSvInfo)

Definition at line 564 of file gps.h .

float snr

Signal to noise ratio.

Definition at line 568 of file gps.h .


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