View Source F1Bot.F1Session.DriverDataRepo (f1_bot v0.7.0)
Coordinates processing, generates events and holds data (F1Bot.F1Session.DriverDataRepo.DriverData)
belonging to each driver (e.g. laps, top speeds, car telemetry, car position), as well as the overall
session statistics, such as the overall fastest lap and top speed.
Link to this section Summary
Link to this section Types
@type t() :: %F1Bot.F1Session.DriverDataRepo{ all_lap_times: [{integer(), integer()}], best_stats: F1Bot.F1Session.DriverDataRepo.BestStats.t(), drivers: map() }
Repository for all car, lap time, and stint-related data