@signalk/nmea0183-signalk
Version:
A node.js/javascript parser for NMEA0183 sentences. Sentences are parsed to Signal K format.
9 lines • 379 B
JavaScript
;
/**
* Shared session-stash types used by the 0x54 (time) and 0x56 (date)
* SeaTalk hooks. Each sentence alone is incomplete; the Parser's shared
* `session` object carries date/time across calls so datetime can be
* emitted once both are known.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=seatalk-session-types.js.map