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