pub fn solve_fixed_from_float(
source: &dyn ObservableEphemerisSource,
epochs: &[FloatEpoch],
float_solution: FloatSolution,
config: FixedSolveConfig,
) -> Result<FixedSolution, FixedSolveError>Expand description
Search integer ambiguities from an existing float PPP solution and re-solve position/clocks with those ambiguities held fixed.