package nmea

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | UNIT of string
  2. | STAR
  3. | SPREFIX
  4. | SLASH
  5. | REAL of float
  6. | NS of Coord.ns
  7. | NAT of int
  8. | ID of string
  9. | HEX of int
  10. | GPRMC
  11. | GPGSV
  12. | GPGSA
  13. | GPGLL
  14. | GPGGA
  15. | EW of Coord.ew
  16. | EOL
  17. | COMMA
exception Error
val sentence : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Sentence.t
OCaml

Innovation. Community. Security.