Merge "Add Course TimeStamp & asso. unc to Measurement"

This commit is contained in:
Linux Build Service Account 2015-03-20 14:48:42 -07:00 committed by Gerrit - the friendly Code Review server
commit ecdc069767

View file

@ -36,6 +36,7 @@ extern "C" {
#include <ctype.h>
#include <stdbool.h>
#include <hardware/gps.h>
#include <time.h>
/** Location has valid source information. */
#define LOCATION_HAS_SOURCE_INFO 0x0020
@ -905,6 +906,14 @@ typedef struct
*/
} Gnss_ClockMeasurementStructType;
typedef struct
{
struct timespec apTimeStamp;
/*boottime received from pps-ktimer*/
float apTimeStampUncertaintyMs;
/* timestamp uncertainty in milli seconds */
}Gnss_ApTimeStampStructType;
typedef struct
{
size_t size;
@ -932,6 +941,8 @@ typedef struct
Gnss_LocRcvrClockFrequencyInfoStructType clockFreq; /* Freq */
bool gnssMeasValid;
Gnss_ClockMeasurementStructType gnssMeas;
Gnss_ApTimeStampStructType timeStamp;
} GnssSvMeasurementSet;
typedef enum