# `Sidereon.GNSS.Constellation.NavcenStatus`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/constellation.ex#L145)

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

# `t`

```elixir
@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()
}
```

---

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