Sidereon.GNSS.Fusion.TimeSyncHistoryConfig (Sidereon v0.28.0)

Copy Markdown View Source

Retained-history limits for bounded-latency time synchronization.

Summary

Functions

Build time-sync retained-history limits.

Types

t()

@type t() :: %Sidereon.GNSS.Fusion.TimeSyncHistoryConfig{
  checkpoint_capacity: pos_integer(),
  imu_capacity: pos_integer()
}

Functions

new(imu_capacity \\ 256, checkpoint_capacity \\ 64)

@spec new(pos_integer(), pos_integer()) :: t()

Build time-sync retained-history limits.