# `Sidereon.GNSS.Fusion.FusionRtsHistory`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/fusion.ex#L347)

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

# `t`

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

# `epoch_count`

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

Return the number of recorded epochs.

# `epochs`

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

Return recorded epochs as structs.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
