package nmea

  1. Overview
  2. Docs

Module Nmea.ParseSource

Sourceval parse : string -> Sentence.t

parse s parses the sentence s

Sourceval parse_opt : string -> Sentence.t option

parse_opt s parses the sentence s, failsafe

Sourceval next : in_channel -> Sentence.t option

next ch returns the next sentence read from ch

Sourceval next_coord : in_channel -> Coord.t option

next_coord ch returns the next coordinate read from ch

OCaml

Innovation. Community. Security.