Sidereon.GNSS.Broadcast.SkippedNavBlock (Sidereon v1.3.3)

Copy Markdown View Source

Identity of a supported RINEX NAV body block skipped by lenient parsing.

Header failures remain errors; this struct only reports malformed body blocks that the core parser could identify and skip.

Summary

Types

t()

@type t() :: %Sidereon.GNSS.Broadcast.SkippedNavBlock{
  message: String.t(),
  satellite: String.t()
}