Add QZSS constellation in Gnss_LocSvSystemEnumType
Add QZSS support in Loc SV constellation structure. Change-Id: I58a989faa8ad4027d9f83fabccd700fa55333ce6 CRs-Fixed: 2053513
This commit is contained in:
parent
f708deaec6
commit
ea013420db
1 changed files with 3 additions and 1 deletions
|
@ -706,8 +706,10 @@ typedef enum
|
||||||
/**< COMPASS satellite. */
|
/**< COMPASS satellite. */
|
||||||
GNSS_LOC_SV_SYSTEM_GLONASS = 5,
|
GNSS_LOC_SV_SYSTEM_GLONASS = 5,
|
||||||
/**< GLONASS satellite. */
|
/**< GLONASS satellite. */
|
||||||
GNSS_LOC_SV_SYSTEM_BDS = 6
|
GNSS_LOC_SV_SYSTEM_BDS = 6,
|
||||||
/**< BDS satellite. */
|
/**< BDS satellite. */
|
||||||
|
GNSS_LOC_SV_SYSTEM_QZSS = 7
|
||||||
|
/**< QZSS satellite. */
|
||||||
} Gnss_LocSvSystemEnumType;
|
} Gnss_LocSvSystemEnumType;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|
Loading…
Reference in a new issue