diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-04-11 21:36:28 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-04-11 21:36:28 -0400 |
commit | ce7e56f479eddf21151b68e1fa80ace3ad4fc4b5 (patch) | |
tree | eb17fce06af8e02381486ef36b547c270108cf5c /monitor_nmea.c | |
parent | 623a7837f2de2cd9897068ccce6cd36e0ff1a94d (diff) | |
download | gpsd-ce7e56f479eddf21151b68e1fa80ace3ad4fc4b5.tar.gz |
Checkpoint first cut an gpsnon support for TNT. Not yet working.
Also, a splint cleanup or two. All regression tests pass.
Diffstat (limited to 'monitor_nmea.c')
-rw-r--r-- | monitor_nmea.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/monitor_nmea.c b/monitor_nmea.c index fb11e76d..87cd6921 100644 --- a/monitor_nmea.c +++ b/monitor_nmea.c @@ -1,8 +1,7 @@ /* - * nmeamon.c - gpsmon support for NMEA devices. + * monitor_nmea.c - gpsmon support for NMEA devices. * - * To do: Support for GPGLL, GPRME, GPZDA, OHPR, PASHR NMEA sentences. - * Support for Tripmate, Earthmate, True North and Oceanserver devices. + * To do: Support for GPGLL, GPGBS, GPZDA, PASHR NMEA sentences. * * This file is Copyright (c) 2010 by the GPSD project * BSD terms apply: see the file COPYING in the distribution root for details. |