GpsSvStatus Struct Reference

Represents SV status. More...

#include <gps.h>


Data Fields

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

Detailed Description

Represents SV status.

Definition at line 141 of file gps.h.


Field Documentation

Number of SVs currently visible.

Definition at line 143 of file gps.h.

Contains an array of SV information.

Definition at line 146 of file gps.h.

Represents a bit mask indicating which SVs have ephemeris data.

Definition at line 151 of file gps.h.

Represents a bit mask indicating which SVs have almanac data.

Definition at line 156 of file gps.h.

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

Definition at line 162 of file gps.h.


The documentation for this struct was generated from the following file: