View Source F1Bot.F1Session.DriverDataRepo.Stint (f1_bot v0.7.0)

Holds information about a single stint.

Link to this section Summary

Types

t()

Stint information

Link to this section Types

@type t() :: %F1Bot.F1Session.DriverDataRepo.Stint{
  age: non_neg_integer(),
  compound: atom(),
  lap_number: non_neg_integer(),
  number: pos_integer(),
  timestamp: DateTime,
  total_laps: non_neg_integer(),
  tyres_changed: boolean()
}

Stint information

Link to this section Functions