source: josm/trunk/src/org/openstreetmap/josm/io/nmea/package-info.java@ 14628

Last change on this file since 14628 was 12421, checked in by Don-vip, 7 years ago

see #14924 - improve NMEA documentation thanks to gpsd (http://www.catb.org/gpsd/NMEA.html) + add support for NMEA sentences coming from GLONASS, Galileo or Beidu receivers

  • Property svn:eol-style set to native
File size: 279 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides the classes for reading NMEA-0183 files.
5 * <p>
6 * See <a href="http://www.catb.org/gpsd/NMEA.html#_gbs_gps_satellite_fault_detection">NMEA Revealed</a>.
7 * @since 12421
8 */
9package org.openstreetmap.josm.io.nmea;
Note: See TracBrowser for help on using the repository browser.