UNPKG

@z0mt3c/f1-telemetry-client

Version:

[![Node.js CI](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml/badge.svg)](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml) [![NPM Release](https://img.shields.io/npm/v/@z0mt3c/f1-telemetry-client.sv

12 lines (11 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TyreStintsHistoryDataParser = void 0; const F1Parser_1 = require("../F1Parser"); class TyreStintsHistoryDataParser extends F1Parser_1.F1Parser { constructor() { super(); this.endianess('little').uint8('m_endLap').uint8('m_tyreActualCompound').uint8('m_tyreVisualCompound'); } } exports.TyreStintsHistoryDataParser = TyreStintsHistoryDataParser;