Liking cljdoc? Tell your friends :D

data.nmea-0183.core

NMEA 0183 parser and writer.

NMEA 0183 parser and writer.
raw docstring

data.nmea-0183.fields

Defines NMEA 0183 fields.

Defines NMEA 0183 fields.
raw docstring

data.nmea-0183.input

IO facilities for reading from input sources.

The message reader takes an input source that is a function. The function must return successive characters from the source when called with 0 arguments. The function must support pushback of 1 character when called with 1 argument.

IO facilities for reading from input sources.

The message reader takes an input source that is a function.
The function must return successive characters from the source when called with 0 arguments.
The function must support pushback of 1 character when called with 1 argument.
raw docstring

data.nmea-0183.message

NMEA 0183 parser and writer: message format. Reads the raw ASCII based message format, checks checksum and returns message parts. Based on reverse engineered specification at https://en.wikipedia.org/wiki/NMEA_0183

NMEA 0183 parser and writer: message format.
Reads the raw ASCII based message format, checks checksum and returns message parts.
Based on reverse engineered specification at https://en.wikipedia.org/wiki/NMEA_0183
raw docstring

data.nmea-0183.sentences

Define NMEA 0183 sentences

Define NMEA 0183 sentences
raw docstring

data.nmea-0183.types

Defines NMEA 0183 date types and their parsing from ASCII.

Defines NMEA 0183 date types and their parsing from ASCII.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close