Searched refs:excessPathInfo (Results 1 – 2 of 2) sorted by relevance
50 for (auto excessPathInfo : singleSatCorrection.excessPathInfos) { in setCorrections() local52 excessPathInfo.excessPathLengthMeters, in setCorrections()53 excessPathInfo.excessPathLengthUncertaintyMeters, excessPathInfo.attenuationDb); in setCorrections()55 excessPathInfo.reflectingPlane.latitudeDegrees, in setCorrections()56 excessPathInfo.reflectingPlane.longitudeDegrees, in setCorrections()57 excessPathInfo.reflectingPlane.altitudeMeters, in setCorrections()58 excessPathInfo.reflectingPlane.reflectingPlaneAzimuthDegrees); in setCorrections()
205 ExcessPathInfo excessPathInfo; in createExcessPathInfo() local206 excessPathInfo.excessPathInfoFlags = in createExcessPathInfo()212 excessPathInfo.excessPathLengthMeters = excessPathLengthMeters; in createExcessPathInfo()213 excessPathInfo.excessPathLengthUncertaintyMeters = excessPathLengthUncertaintyMeters; in createExcessPathInfo()215 excessPathInfo.reflectingPlane = *reflectingPlane; in createExcessPathInfo()217 excessPathInfo.attenuationDb = attenuationDb; in createExcessPathInfo()218 return excessPathInfo; in createExcessPathInfo()