# `Sidereon.GNSS.Broadcast.RinexNavParse`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/broadcast.ex#L372)

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.

# `t`

```elixir
@type t() :: %Sidereon.GNSS.Broadcast.RinexNavParse{
  records: [Sidereon.GNSS.Broadcast.DetailedRecord.t()],
  skipped: [Sidereon.GNSS.Broadcast.SkippedNavBlock.t()]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
