summaryrefslogtreecommitdiff
path: root/driver_rtcm2.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Make string fields that might contain double quotes safe for JSON output.Eric S. Raymond2009-08-301-1/+1
|
* AIS dumper's signature has changed. Integrate AIS parsing on the library side.Eric S. Raymond2009-08-291-6/+6
|
* Regularize some JSON attribute names.Eric S. Raymond2009-08-281-1/+1
| | | | | It's useful for the attribute vocabulary to be consistent across data classes, where possible.
* RTCM2 JSON decoiding is verified and has a full regression test.Eric S. Raymond2009-08-281-5/+7
|
* JSON decoding for RTCM2 types 3, 7, and 16 is verified.Eric S. Raymond2009-08-281-4/+6
|
* Use enumerated string values for the "system" field in RTCM2 type 4 messages.Eric S. Raymond2009-08-281-5/+13
| | | | Register a synthetic test load for checking decoding of unusual message types.
* RTCM2 JSON parser is feature-complete and ready for test.Eric S. Raymond2009-08-281-2/+1
|
* Remove parser for Sager dump format.Eric S. Raymond2009-08-271-183/+0
| | | | | | | | | | | | While testing prototype code for RTCM2 JSON parsing, I discovered that the code for undumping RTCM2 from Sager textual format stopped working years ago, in a subtle way that passed its regression tests. Nobody noticed, probably because nobody has ever used it. This was probably the dustiest corner in the entire gpsd codebase. I'm simply dropping the entire mess out. We'll get back an equivalent capability for free when I finish writing the code for filling struct rtcm2 from JSON.
* Give gpsdecode the capability to encode from RTCM2 JSON. Not yet tested.Eric S. Raymond2009-08-271-1/+1
|
* Don'tr report list lengths, the parser can count.Eric S. Raymond2009-08-271-7/+3
|
* Parse RTCM2 message type 5, and fix an error in the RTCM2 dump code.Eric S. Raymond2009-08-271-1/+1
|
* Banish some compiler warnings.Eric S. Raymond2009-08-271-2/+3
|
* Simplify some code by making a union anonymous.Eric S. Raymond2009-08-271-144/+144
|
* Stop trying to use enums in the RTCM2 structure...Eric S. Raymond2009-08-271-15/+15
| | | | ...the JSON parser won't be able to update such fields cleanly.
* Support JSON dumping for RTCM2 messages.Eric S. Raymond2009-08-121-1/+121
|
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+739
rename the packet drivers to driver_$(protocol).c