Sidereon.GNSS.Constellation.NavcenStatus (Sidereon v0.19.1)

Copy Markdown View Source

A parsed row from NAVCEN's GPS constellation status table.

Summary

Types

t()

@type t() :: %Sidereon.GNSS.Constellation.NavcenStatus{
  active_nanu?: boolean(),
  block_type: String.t() | nil,
  clock: String.t() | nil,
  nanu_subject: String.t() | nil,
  nanu_type: String.t() | nil,
  plane: String.t() | nil,
  prn: pos_integer(),
  slot: String.t() | nil,
  svn: pos_integer() | nil,
  system: Sidereon.GNSS.Constellation.system(),
  usable?: boolean()
}