Merge "added new ulp type for raw gnss data"

This commit is contained in:
Linux Build Service Account 2017-03-31 11:21:26 -07:00 committed by Gerrit - the friendly Code Review server
commit 905d69ef10

View file

@ -77,6 +77,13 @@ extern "C" {
#define ULP_LOCATION_IS_FROM_PIP 0x0040
/** Position is from external DR solution*/
#define ULP_LOCATION_IS_FROM_EXT_DR 0X0080
/** Raw GNSS position fixes */
#define ULP_LOCATION_IS_FROM_GNSS_RAW 0X0100
/** SVinfo source is GNSS/DR */
#define ULP_SVINFO_IS_FROM_GNSS 0x0001
/** Raw SVinfo from GNSS */
#define ULP_SVINFO_IS_FROM_GNSS_RAW 0x0002
#define ULP_MIN_INTERVAL_INVALID 0xffffffff
#define ULP_MAX_NMEA_STRING_SIZE 201