Data Fields
GpsSvInfo Struct Reference

Represents SV information. More...

Data Fields

float azimuth
 Azimuth of SV in degrees. More...
 
float elevation
 Elevation of SV in degrees. More...
 
int prn
 Pseudo-random number for the SV. More...
 
size_t size
 set to sizeof(GpsSvInfo) More...
 
float snr
 Signal to noise ratio. More...
 

Detailed Description

Represents SV information.

Definition at line 262 of file gps.h.

Field Documentation

float GpsSvInfo::azimuth

Azimuth of SV in degrees.

Definition at line 272 of file gps.h.

float GpsSvInfo::elevation

Elevation of SV in degrees.

Definition at line 270 of file gps.h.

int GpsSvInfo::prn

Pseudo-random number for the SV.

Definition at line 266 of file gps.h.

size_t GpsSvInfo::size

set to sizeof(GpsSvInfo)

Definition at line 264 of file gps.h.

float GpsSvInfo::snr

Signal to noise ratio.

Definition at line 268 of file gps.h.