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) 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PacketFormatParser = void 0; const F1Parser_1 = require("../F1Parser"); class PacketFormatParser extends F1Parser_1.F1Parser { constructor() { super(); this.endianess('little').uint16le('m_packetFormat'); } } exports.PacketFormatParser = PacketFormatParser;