Merge "GnssLocationInfoNotification: move basic location info to top"
This commit is contained in:
commit
16c0367c5b
1 changed files with 2 additions and 2 deletions
|
@ -941,7 +941,8 @@ typedef struct {
|
|||
} GnssSystemTime;
|
||||
|
||||
typedef struct {
|
||||
uint32_t size; // set to sizeof(GnssLocationInfo)
|
||||
uint32_t size; // set to sizeof(GnssLocationInfo)
|
||||
Location location; // basic locaiton info, latitude, longitude, and etc
|
||||
GnssLocationInfoFlagMask flags; // bitwise OR of GnssLocationInfoBits for param validity
|
||||
float altitudeMeanSeaLevel; // altitude wrt mean sea level
|
||||
float pdop; // position dilusion of precision
|
||||
|
@ -974,7 +975,6 @@ typedef struct {
|
|||
GnssMeasUsageInfo measUsageInfo[GNSS_SV_MAX]; // GNSS Measurement Usage info
|
||||
uint8_t leapSeconds; // leap second
|
||||
float timeUncMs; // Time uncertainty in milliseconds
|
||||
Location location;
|
||||
} GnssLocationInfoNotification;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue