Sidereon.GNSS.Broadcast.KeplerianElements (Sidereon v0.8.0)

Copy Markdown View Source

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.

Summary

Types

t()

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