Data Fields
GpsSvStatus Struct Reference

Represents SV status. More...

Data Fields

uint32_t almanac_mask
 Represents a bit mask indicating which SVs have almanac data. More...
 
uint32_t ephemeris_mask
 Represents a bit mask indicating which SVs have ephemeris data. More...
 
int num_svs
 Number of SVs currently visible. More...
 
size_t size
 set to sizeof(GpsSvStatus) More...
 
GpsSvInfo sv_list [GPS_MAX_SVS]
 Contains an array of SV information. More...
 
uint32_t used_in_fix_mask
 Represents a bit mask indicating which SVs were used for computing the most recent position fix. More...
 

Detailed Description

Represents SV status.

Definition at line 276 of file gps.h.

Field Documentation

uint32_t GpsSvStatus::almanac_mask

Represents a bit mask indicating which SVs have almanac data.

Definition at line 294 of file gps.h.

uint32_t GpsSvStatus::ephemeris_mask

Represents a bit mask indicating which SVs have ephemeris data.

Definition at line 289 of file gps.h.

int GpsSvStatus::num_svs

Number of SVs currently visible.

Definition at line 281 of file gps.h.

size_t GpsSvStatus::size

set to sizeof(GpsSvStatus)

Definition at line 278 of file gps.h.

GpsSvInfo GpsSvStatus::sv_list[GPS_MAX_SVS]

Contains an array of SV information.

Definition at line 284 of file gps.h.

uint32_t GpsSvStatus::used_in_fix_mask

Represents a bit mask indicating which SVs were used for computing the most recent position fix.

Definition at line 300 of file gps.h.