summaryrefslogtreecommitdiff
path: root/ubx.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-0/+3
| | | | | | | Headers likely to be private to gpsd are prefixed with _GPSD_, reusable ones like crc24q.h don't get the _GPSD_ prefix. Protection macro goes right up near the top of the file, right after the SVN id, and it's closure is the last line of the file.
* Add definitions for the timing messagesChris Kuethe2007-06-231-0/+4
|
* UBX provides a fix type of "time only" value 0x05. Chris Kuethe2006-12-261-0/+1
| | | | | | | At least that's how it's documented, though the manual does not elaborate under what conditions this fix type may happen, and the same section also says that the range of values for fix type is 0..4 - go figure.
* Sort message classes and IDs by number. Chris Kuethe2006-12-181-28/+63
| | | | | Hacked on the plane to Playa del Carmen, it compiles and seems correctly recognize all the packets my FV25 produces.
* fix Id tagChris Kuethe2006-12-151-1/+1
|
* The start of a UBX driver, from Andreas Stricker. Not yetChris Kuethe2006-12-151-0/+58
functional but committed to allow for in-tree development.