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

Copy Markdown View Source

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

t()

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