Sidereon.Estimation.TrackRtsHistoryBuilder (Sidereon v0.26.1)

Copy Markdown View Source

Builder for a forward track-filter pass that can be RTS-smoothed.

Summary

Functions

Finish the builder and return a smoothing-ready history.

Start a history builder from the current filter state.

Start an empty history builder.

Types

t()

@type t() :: %Sidereon.Estimation.TrackRtsHistoryBuilder{handle: reference()}

Functions

finish(track_rts_history_builder)

@spec finish(t()) :: {:ok, Sidereon.Estimation.TrackRtsHistory.t()} | {:error, term()}

Finish the builder and return a smoothing-ready history.

from_filter(map)

@spec from_filter(Sidereon.Estimation.TrackFilter.t()) ::
  {:ok, t()} | {:error, term()}

Start a history builder from the current filter state.

new()

@spec new() :: t()

Start an empty history builder.