# `Sidereon.GNSS.Broadcast.KeplerianElements`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/broadcast.ex#L74)

Broadcast Keplerian orbital elements.

Units are SI: angles in radians, correction terms in radians or meters as
named, and `toe_sow` in seconds of the constellation week.

# `t`

```elixir
@type t() :: %Sidereon.GNSS.Broadcast.KeplerianElements{
  cic: float(),
  cis: float(),
  crc: float(),
  crs: float(),
  cuc: float(),
  cus: float(),
  delta_n: float(),
  e: float(),
  i0: float(),
  idot: float(),
  m0: float(),
  omega: float(),
  omega0: float(),
  omega_dot: float(),
  sqrt_a: float(),
  toe_sow: float()
}
```

---

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