Result of lenient RINEX NAV parsing.
records preserves the raw supported records in file order. skipped
carries the satellite and message identity of malformed body blocks that
were dropped by the core parser.
Summary
Types
@type t() :: %Sidereon.GNSS.Broadcast.RinexNavParse{ records: [Sidereon.GNSS.Broadcast.DetailedRecord.t()], skipped: [Sidereon.GNSS.Broadcast.SkippedNavBlock.t()] }