summaryrefslogtreecommitdiff
path: root/ubx.c
Commit message (Expand)AuthorAgeFilesLines
* splint cleanup.Eric S. Raymond2007-12-051-3/+3
* Hide some functions from outside the module.Eric S. Raymond2007-12-051-49/+18
* When running a ublox receiver in timing mode... Chris Kuethe2007-07-271-0/+1
* since we now have a parser for the NAV-DOP message, use it.Chris Kuethe2007-07-011-0/+1
* parse the DOP message.Chris Kuethe2007-06-301-1/+20
* We get the PDOP in NAV-SOL, and set the appropriate element in the fixChris Kuethe2007-06-301-0/+1
* suppress idle/unused channel output.Chris Kuethe2007-06-301-1/+2
* pacify static checkers that would complain about fallthroughsChris Kuethe2007-06-301-0/+4
* actually, strlcpy would be wiser...Chris Kuethe2007-06-301-1/+1
* Print the various info messages.Chris Kuethe2007-06-301-3/+38
* Add definitions for the timing messagesChris Kuethe2007-06-231-0/+13
* More splint cleanups and elimination of another static...Eric S. Raymond2007-06-021-8/+8
* splint cleanups, and move a static to wre it belongs in the driver structure.Eric S. Raymond2007-06-011-20/+20
* Change return ttype of gpsd_write to be what the Garmin driver was expecting;Eric S. Raymond2007-06-011-2/+2
* Minor splint cleanups.Eric S. Raymond2007-05-311-3/+3
* Don't do the ntpshm thing unless time is valid. Bail out if the svinfoChris Kuethe2007-01-051-5/+10
* better tag formatChris Kuethe2006-12-271-1/+1
* once a packet comes in, whether or not we can decode it... Chris Kuethe2006-12-261-1/+1
* only hexdump unrecognized packetsChris Kuethe2006-12-261-6/+2
* Some logic changes:Chris Kuethe2006-12-261-9/+11
* Fix time parsing. Prompted by Ali Utku Selen in IRCChris Kuethe2006-12-261-12/+5
* make the packet types a little quieter.Chris Kuethe2006-12-251-29/+29
* fill in the tag for this messageChris Kuethe2006-12-251-0/+5
* Christmas Goodies: a slightly functional UBX parser. Chris Kuethe2006-12-251-19/+135
* Sort message classes and IDs by number. Chris Kuethe2006-12-181-7/+79
* The start of a UBX driver, from Andreas Stricker. Not yetChris Kuethe2006-12-151-0/+190