summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
* Some gpsmon enhancements.Eric S. Raymond2009-02-191-1/+4
* More documentation and tweaks on the monitor infrastructure.Eric S. Raymond2009-02-191-0/+4
* More cleanup and documentation for monitor stuff.Eric S. Raymond2009-02-191-9/+9
* Simplify the packet-monitor driver interface.Eric S. Raymond2009-02-191-37/+36
* Create monitor_proto.c as a prototype for monitor objects.Eric S. Raymond2009-02-191-35/+35
* splint cleanup.Eric S. Raymond2009-02-191-16/+20
* Move the NMEA monitor driver to its own module.Eric S. Raymond2009-02-181-250/+1
* Move some display locations.Eric S. Raymond2009-02-181-28/+37
* More GGA fields.Eric S. Raymond2009-02-181-7/+15
* Dump VDOP and PDOP correctly.Eric S. Raymond2009-02-181-8/+14
* Enable gpsmon to get at the raw fields from an NMEA parse.Eric S. Raymond2009-02-171-4/+9
* Make fixframe public, fix bug in RMC display.Eric S. Raymond2009-02-171-3/+5
* Add GGA monitoring.Eric S. Raymond2009-02-171-2/+20
* Add GSA display.Eric S. Raymond2009-02-171-5/+39
* Add GPRMC display.Eric S. Raymond2009-02-171-5/+58
* Add GSV display.Eric S. Raymond2009-02-171-4/+29
* We no longer need a separate hunt stage.Eric S. Raymond2009-02-171-48/+9
* Implemented and documented gpsmon 'i' command.Eric S. Raymond2009-02-171-0/+11
* Switching from SiRF to NMEA with n1 works.Eric S. Raymond2009-02-171-2/+3
* sirfmon -> gpsmon name change.Eric S. Raymond2009-02-171-3/+3
* gsirmon now handles multiple types. Time to rename it.Eric S. Raymond2009-02-171-31/+53
* Use subwindows to simplify layout.Eric S. Raymond2009-02-171-7/+8
* Use subwindows in gpsnmon to decomplicate the refresh logic.Eric S. Raymond2009-02-171-16/+20
* Set scrolling-region size correctly.Eric S. Raymond2009-02-171-3/+5
* Try to detect start-of-cycle based on timing.Eric S. Raymond2009-02-171-1/+26
* Don't rely on sNMEA tags being a fixed size.Eric S. Raymond2009-02-171-10/+7
* First nontrivial NMEA monitoring -- accumulate the sentence set.Eric S. Raymond2009-02-171-1/+24
* First hack at supporting multiple devices in the monitor.Eric S. Raymond2009-02-171-20/+80
* More method simplification.Eric S. Raymond2009-02-161-2/+2
* Simplify the repaint interface.Eric S. Raymond2009-02-161-5/+1
* Introduce wrap method to deallocate windows.Eric S. Raymond2009-02-161-1/+1
* Elminate probe field of monitor method table.Eric S. Raymond2009-02-161-8/+6
* Remove dead code.Eric S. Raymond2009-02-161-24/+2
* sirfmon now has a driver-table architecture, like the daemon.Eric S. Raymond2009-02-161-0/+670