locationd: log timeToFirstFix (#436)

locationd ttff
This commit is contained in:
Shane Smiskol
2023-04-21 16:22:37 -07:00
committed by GitHub
parent f6afcaf723
commit 37157b1364

View File

@@ -1110,6 +1110,7 @@ struct LiveLocationKalman {
deviceStable @22 :Bool = true;
timeSinceReset @23 :Float64;
excessiveResets @24 :Bool;
timeToFirstFix @25 :Float32;
enum Status {
uninitialized @0;
@@ -1197,7 +1198,7 @@ struct GnssMeasurements {
type @2 :EphemerisType;
source @3 :EphemerisSource;
}
struct CorrectedMeasurement {
constellationId @0 :ConstellationId;
svId @1 :UInt8;
@@ -1238,7 +1239,7 @@ struct GnssMeasurements {
glonassIacUltraRapid @2;
qcom @3;
}
enum EphemerisSource {
gnssChip @0;
internet @1;
@@ -1257,7 +1258,7 @@ struct UbloxGnss {
glonassEphemeris @5 :GlonassEphemeris;
satReport @6 :SatReport;
}
struct SatReport {
#received time of week in gps time in seconds and gps week
iTow @0 :UInt32;
@@ -1472,7 +1473,7 @@ struct UbloxGnss {
p4 @27 :UInt8;
freqNumDEPRECATED @28 :UInt32;
n4 @29 :UInt8;
nt @30 :UInt16;
freqNum @31 :Int16;