One assembled RINEX observation epoch paired with its SPP solve result.
Summary
Types
@type t() :: %Sidereon.GNSS.SPP.EpochSolution{ epoch: tuple(), epoch_index: non_neg_integer(), solution: {:ok, Sidereon.GNSS.Positioning.Solution.t()} | {:error, term()}, solved?: boolean() }