Sidereon.GNSS.Broadcast.GlonassParse (Sidereon v2.1.0)

Copy Markdown View Source

Result of lenient raw GLONASS RINEX navigation parsing.

records preserves representable records in source order. skipped reports the source tokens for records that the core could not represent, such as an extended slot R28.

Summary

Types

t()

Representable GLONASS records plus skipped source identities.

Types

t()

@type t() :: %Sidereon.GNSS.Broadcast.GlonassParse{
  records: [Sidereon.GNSS.Broadcast.GlonassRecord.t()],
  skipped: [Sidereon.GNSS.Broadcast.SkippedGlonass.t()]
}

Representable GLONASS records plus skipped source identities.