View Source F1Bot.F1Session.DriverDataRepo.DriverData (f1_bot v0.7.0)
Coordinates processing and stores data for a driver, e.g. laps, fastest lap, car telemetry, stint data and more.
Link to this section Summary
Link to this section Types
@type t() :: %F1Bot.F1Session.DriverDataRepo.DriverData{ current_lap_number: non_neg_integer(), laps: F1Bot.F1Session.DriverDataRepo.Laps.t(), number: pos_integer(), position_hist: F1Bot.F1Session.Common.TimeSeriesStore.t(), stints: F1Bot.F1Session.DriverDataRepo.Stints.t(), telemetry_hist: F1Bot.F1Session.Common.TimeSeriesStore.t(), transcripts: F1Bot.F1Session.DriverDataRepo.Transcripts.t() | nil }
Driver session data