View Source F1Bot.F1Session.Common.TimeSeriesStore (f1_bot v0.7.0)

Generic storage for time-series information such as car telemetry.

Link to this section Summary

Link to this section Types

@type t() :: %F1Bot.F1Session.Common.TimeSeriesStore{data: [any()]}

Link to this section Functions

Link to this function

find_min_sample_around_ts(self, ts, window_ms, sample_cost_fn)

View Source
Link to this function

find_samples_between(self, from_ts, to_ts)

View Source