Qualcomm Technologies International, Ltd. / CsrLocation

Dependents:   CsrLocationDemo CsrLocationDemo

Fork of CsrLocation by jie zhao

Embed: (wiki syntax)

« Back to documentation index

LocSvStatus Struct Reference

LocSvStatus Struct Reference

Structure to hold Satellite Status Information. More...

#include <CsrLocation.h>

Data Fields

uint16_t gps_week
 Week part of GPS time.
uint32_t tow
 Time of second part of GPS time.
uint32_t tow_sub_ms
 Time of millisecond part of GPS time.
uint8_t numOfSVs
 Number of GPS SVs currently visible.
uint8_t numOfGloSVs
 Number of GLONASS SVs currently visible.
tLocSvInfo svList [LOC_MAX_GNSS_SVS]
 GPS SVs information.
tLocGloSvInfo gloSvList [LOC_NUM_OF_GLO_FREQ_CHANNELS]
 GLONASS SVs information.
uint32_t ephemerisMask
 Bit mask indicating which SVs have ephemeris data.
uint32_t gloEphemerisMask
 Bit mask indicating which GLONASS SVs have ephemeris data.
uint32_t svUsedInFixMask
 Bit mask indicating which SVs were used in latest sent fix.
uint32_t gloSvUsedInFixMask
 Bit mask indicating which GLONASS SVs were used in latest sent fix.
uint32_t qzssSvUsedInFixMask
 Bit mask indicating which QZSS SVs were used in latest sent fix.
uint32_t sbasSvUsedInFixMask
 Bit mask indicating which SBAS SVs were used in latest sent fix.

Detailed Description

Structure to hold Satellite Status Information.

Definition at line 239 of file CsrLocation.h.


Field Documentation

uint32_t ephemerisMask

Bit mask indicating which SVs have ephemeris data.

Definition at line 256 of file CsrLocation.h.

uint32_t gloEphemerisMask

Bit mask indicating which GLONASS SVs have ephemeris data.

Definition at line 258 of file CsrLocation.h.

tLocGloSvInfo gloSvList[LOC_NUM_OF_GLO_FREQ_CHANNELS]

GLONASS SVs information.

Definition at line 254 of file CsrLocation.h.

Bit mask indicating which GLONASS SVs were used in latest sent fix.

Definition at line 262 of file CsrLocation.h.

uint16_t gps_week

Week part of GPS time.

Definition at line 241 of file CsrLocation.h.

uint8_t numOfGloSVs

Number of GLONASS SVs currently visible.

Definition at line 250 of file CsrLocation.h.

uint8_t numOfSVs

Number of GPS SVs currently visible.

Definition at line 248 of file CsrLocation.h.

Bit mask indicating which QZSS SVs were used in latest sent fix.

Definition at line 264 of file CsrLocation.h.

Bit mask indicating which SBAS SVs were used in latest sent fix.

Definition at line 266 of file CsrLocation.h.

tLocSvInfo svList[LOC_MAX_GNSS_SVS]

GPS SVs information.

Definition at line 252 of file CsrLocation.h.

uint32_t svUsedInFixMask

Bit mask indicating which SVs were used in latest sent fix.

Definition at line 260 of file CsrLocation.h.

uint32_t tow

Time of second part of GPS time.

Definition at line 243 of file CsrLocation.h.

uint32_t tow_sub_ms

Time of millisecond part of GPS time.

Definition at line 245 of file CsrLocation.h.