Sidereon.GNSS.Fusion.FusionRtsHistory (Sidereon v0.26.1)

Copy Markdown View Source

Recorded forward-pass history accepted by the fusion RTS smoother.

Summary

Functions

Return the number of recorded epochs.

Return recorded epochs as structs.

Types

t()

@type t() :: %Sidereon.GNSS.Fusion.FusionRtsHistory{handle: reference()}

Functions

epoch_count(fusion_rts_history)

@spec epoch_count(t()) :: non_neg_integer()

Return the number of recorded epochs.

epochs(fusion_rts_history)

@spec epochs(t()) :: [Sidereon.GNSS.Fusion.FusionRtsEpoch.t()]

Return recorded epochs as structs.