package nmea

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val parse : string -> Sentence.t

parse s parses the sentence s

val parse_opt : string -> Sentence.t option

parse_opt s parses the sentence s, failsafe

val next : Stdlib.in_channel -> Sentence.t option

next ch returns the next sentence read from ch

val next_coord : Stdlib.in_channel -> Coord.t option

next_coord ch returns the next coordinate read from ch