Versions in this module Expand all Collapse all v0 v0.3.1 Jul 21, 2024 v0.3.0 Jul 21, 2024 Changes in this version + func TelemetryToDataFrame(tf TelemetryFrame) *data.Frame + type Quaternion [4]float64 + func QuatNorm(q Quaternion) Quaternion + type TelemetryFrame struct + AccelerationX float32 + AccelerationY float32 + AccelerationZ float32 + AngularVelocityX float32 + AngularVelocityY float32 + AngularVelocityZ float32 + BestLap int32 + Boost float32 + Brake float32 + CarID int32 + CarSpeed float32 + Clutch float32 + ClutchEngaged float32 + CurrentFuel float32 + CurrentGear uint8 + CurrentLap int16 + CurrentPosition int16 + EstimatedTopSpeed int16 + FuelCapacity float32 + GForceX float32 + GForceY float32 + GForceZ float32 + Gear1 float32 + Gear2 float32 + Gear3 float32 + Gear4 float32 + Gear5 float32 + Gear6 float32 + Gear7 float32 + Gear8 float32 + InRace bool + IsPaused bool + LastLap int32 + LocalVelocityX float32 + LocalVelocityY float32 + LocalVelocityZ float32 + OilPressure float32 + OilTemp float32 + PackageID int32 + Pitch float32 + PositionX float32 + PositionY float32 + PositionZ float32 + QuaternionScalar float32 + RPM float32 + RPMAfterClutch float32 + RPMRevLimiter uint16 + RPMRevWarning uint16 + RideHeight float32 + Roll float32 + RotationPitch float32 + RotationRoll float32 + RotationYaw float32 + SuggestedGear uint8 + SuspensionFL float32 + SuspensionFR float32 + SuspensionRL float32 + SuspensionRR float32 + Throttle float32 + TimeOnTrack time.Duration + TotalLaps int16 + TotalPositions int16 + TyreDiameterFL float32 + TyreDiameterFR float32 + TyreDiameterRL float32 + TyreDiameterRR float32 + TyreSlipRatioFL float32 + TyreSlipRatioFR float32 + TyreSlipRatioRL float32 + TyreSlipRatioRR float32 + TyreSpeedFL float32 + TyreSpeedFR float32 + TyreSpeedRL float32 + TyreSpeedRR float32 + TyreTempFL float32 + TyreTempFR float32 + TyreTempRL float32 + TyreTempRR float32 + VelocityX float32 + VelocityY float32 + VelocityZ float32 + WaterTemp float32 + Yaw float32 + func ReadPacket(b []byte) (*TelemetryFrame, error) + type Vector3 [3]float64