Orbis.GNSS.Constellation.HealthChange (Orbis v0.29.0)

Copy Markdown View Source

A catalog/health diff observed at one snapshot epoch.

Summary

Types

health_change()

@type health_change() :: %{
  system: :gps,
  prn: pos_integer(),
  from: Orbis.GNSS.Constellation.HealthInterval.state(),
  to: Orbis.GNSS.Constellation.HealthInterval.state()
}

t()

@type t() :: %Orbis.GNSS.Constellation.HealthChange{
  diff: Orbis.GNSS.Constellation.Diff.t(),
  epoch: NaiveDateTime.t(),
  health_changed: [health_change()]
}