Sidereon.GNSS.Fusion.TightGnssEpoch (Sidereon v0.29.0)

Copy Markdown View Source

One receiver epoch of raw GNSS observations for a tight update.

Summary

Functions

Build a tight GNSS observation epoch.

Return the number of observations in the epoch.

Types

t()

@type t() :: %Sidereon.GNSS.Fusion.TightGnssEpoch{
  observations: [Sidereon.GNSS.Fusion.TightGnssObservation.t() | map()],
  t_j2000_s: number()
}

Functions

new(t_j2000_s, observations)

Build a tight GNSS observation epoch.

observation_count(tight_gnss_epoch)

@spec observation_count(t()) :: non_neg_integer()

Return the number of observations in the epoch.