Sidereon.GNSS.SPP.EpochSolution (Sidereon v0.29.1)

Copy Markdown View Source

One assembled RINEX observation epoch paired with its SPP solve result.

Summary

Types

t()

@type t() :: %Sidereon.GNSS.SPP.EpochSolution{
  epoch: tuple(),
  epoch_index: non_neg_integer(),
  solution: {:ok, Sidereon.GNSS.Positioning.Solution.t()} | {:error, term()},
  solved?: boolean()
}