> ## Documentation Index
> Fetch the complete documentation index at: https://qualcomm-3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Gnss_LocSvSystemEnumType 

Specifies to which SV a constellation belongs in [GnssMeasUsageInfo](https://docs.qualcomm.com/doc/80-80023-25/topic/GnssMeasUsageInfo.html#gnss-meas-usage-info) and [GnssSystemTime](https://docs.qualcomm.com/doc/80-80023-25/topic/GnssSystemTime.html#gnss-system-time).

|           **Enum**           | **Value** |                **Description**               |
| :--------------------------: | :-------: | :------------------------------------------: |
|   `GNSS_LOC_SV_SYSTEM_GPS`   |    `1`    |   The SV belongs to the GPS constellation.   |
| `GNSS_LOC_SV_SYSTEM_GALILEO` |    `2`    | The SV belongs to the Galileo constellation. |
|   `GNSS_LOC_SV_SYSTEM_SBAS`  |    `3`    |   The SV belongs to the SBAS constellation.  |
| `GNSS_LOC_SV_SYSTEM_GLONASS` |    `4`    | The SV belongs to the GLONASS constellation. |
|   `GNSS_LOC_SV_SYSTEM_BDS`   |    `5`    |   The SV belongs to the BDS constellation.   |
|   `GNSS_LOC_SV_SYSTEM_QZSS`  |    `6`    |   The SV belongs to the QZSS constellation.  |
|  `GNSS_LOC_SV_SYSTEM_NAVIC`  |    `7`    |  The SV belongs to the NavIC constellation.  |
