Orbis.GNSS.Constellation.Diff (Orbis v0.21.0)

Copy Markdown View Source

Change report between two GNSS constellation catalog snapshots.

Summary

Types

record_change(value)

@type record_change(value) :: %{
  system: :gps,
  prn: pos_integer(),
  from: value,
  to: value
}

t()

@type t() :: %Orbis.GNSS.Constellation.Diff{
  activity_changed: [record_change(boolean())],
  added: [Orbis.GNSS.Constellation.Record.t()],
  norad_reassigned: [record_change(pos_integer())],
  removed: [Orbis.GNSS.Constellation.Record.t()],
  sp3_id_changed: [record_change(String.t())],
  svn_changed: [record_change(pos_integer() | nil)],
  usability_changed: [record_change(boolean())]
}