Searched refs:satCorrections (Results 1 – 6 of 6) sorted by relevance
139 .satCorrections = singleSatCorrections, in getMockMeasurementCorrections()148 .v1_0 = mockCorrections_1_0.satCorrections[0], in getMockMeasurementCorrections_1_1()152 .v1_0 = mockCorrections_1_0.satCorrections[1], in getMockMeasurementCorrections_1_1()156 mockCorrections_1_0.satCorrections[0].constellation = GnssConstellationType_V1_0::UNKNOWN; in getMockMeasurementCorrections_1_1()157 mockCorrections_1_0.satCorrections[1].constellation = GnssConstellationType_V1_0::UNKNOWN; in getMockMeasurementCorrections_1_1()167 .satCorrections = singleSatCorrections, in getMockMeasurementCorrections_1_1()
39 static_cast<int>(corrections.satCorrections.size())); in setCorrections()40 for (auto singleSatCorrection : corrections.satCorrections) { in setCorrections()82 static_cast<int>(corrections.v1_0.satCorrections.size()), in setCorrections_1_1()85 for (auto singleSatCorrection : corrections.satCorrections) { in setCorrections_1_1()
38 static_cast<int>(corrections.satCorrections.size())); in setCorrections()39 for (auto singleSatCorrection : corrections.satCorrections) { in setCorrections()
26 * toaGpsNanosecondsOfWeek. The v1_0.satCorrections field is deprecated and is no longer used by74 vec<SingleSatCorrection> satCorrections;
116 vec<SingleSatCorrection> satCorrections;
1220 std::vector<GnssSingleSatCorrection> satCorrections; member