A parsed row from NAVCEN's GPS constellation status table.
Summary
Types
@type t() :: %Orbis.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, source: map(), svn: pos_integer() | nil, system: :gps, usable?: boolean() }