Skip to content

Commit

Permalink
NMEA-PARSER: added random integers 64 bit from node and not web
Browse files Browse the repository at this point in the history
  • Loading branch information
crisconru committed Jul 22, 2024
1 parent dc42adb commit fec12dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nmea-parser/src/sentences.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import crypto from 'node:crypto'
import { calculateChecksum, numberChecksumToString, stringChecksumToNumber } from './checksum'
import { CHECKSUM_LENGTH, DELIMITER, END_FLAG, END_FLAG_LENGTH, MINIMAL_LENGTH, NMEA_ID_LENGTH, SEPARATOR, START_FLAG, TALKERS, TALKERS_SPECIAL } from './constants'
import { Float32Schema, Float64Schema, Int16Schema, Int32Schema, Int64Schema, Int8Schema, NMEASentenceSchema, Uint16Schema, Uint32Schema, Uint64Schema, Uint8Schema } from './schemas'
Expand Down

0 comments on commit fec12dd

Please sign in to comment.