Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataPoint ¶
type DataPoints ¶
func NewDataPoints ¶
func NewDataPoints[P any]() *DataPoints[P]
func (*DataPoints[P]) Add ¶
func (d *DataPoints[P]) Add(packet *P, err error, data []byte)
func (*DataPoints[P]) Load ¶
func (d *DataPoints[P]) Load(filepath string) error
func (*DataPoints[P]) Store ¶
func (d *DataPoints[P]) Store(filepath string) error
type Results ¶
type Results struct { PacketCarDamage *DataPoints[f1_2023.PacketCarDamageData] PacketCarSetups *DataPoints[f1_2023.PacketCarSetupsData] PacketCarStatus *DataPoints[f1_2023.PacketCarStatusData] PacketCarTelemetry *DataPoints[f1_2023.PacketCarTelemetryData] PacketEvent *DataPoints[f1_2023.PacketEventData] PacketFinalClassification *DataPoints[f1_2023.PacketFinalClassificationData] // PacketHeader *DataPoints[f1_2023.PacketHeader] PacketLapData *DataPoints[f1_2023.PacketLapData] PacketLobbyInfo *DataPoints[f1_2023.PacketLobbyInfoData] PacketMotion *DataPoints[f1_2023.PacketMotionData] PacketMotionEx *DataPoints[f1_2023.PacketMotionExData] PacketParticipants *DataPoints[f1_2023.PacketParticipantsData] PacketSession *DataPoints[f1_2023.PacketSessionData] PacketSessionHistory *DataPoints[f1_2023.PacketSessionHistoryData] PacketTyreSets *DataPoints[f1_2023.PacketTyreSetsData] }
func NewResults ¶
func NewResults() *Results
Click to show internal directories.
Click to hide internal directories.