summaryrefslogtreecommitdiff
path: root/ubx.c
Commit message (Expand)AuthorAgeFilesLines
* fix format warningsChris Kuethe2009-01-061-2/+2
* Refactor sending of control strings.Eric S. Raymond2009-01-061-0/+1
* More splint cleanup.Eric S. Raymond2009-01-061-10/+22
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-14/+20
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-4/+8
* bunch of fixes to ubx, particularly for the ublox5. from Henk FijnvandraatChris Kuethe2008-10-191-23/+229
* whitespace fixesChris Kuethe2008-08-031-5/+5
* No longer necessary to define LITTLE_ENDIAN_PROTOCOL.Eric S. Raymond2008-07-151-1/+0
* Rename the little-endian bit-unpacking macros to be explicit about their LEness.Eric S. Raymond2008-07-151-21/+21
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-1/+1
* Minor splint cleanups. All regressio tests pass.Eric S. Raymond2008-01-011-2/+2
* describe ubx packetsChris Kuethe2007-12-271-0/+12
* fix my fix of satellite info parsing.Chris Kuethe2007-12-271-3/+6
* fix broken satellite use decoderChris Kuethe2007-12-261-17/+10
* 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