summaryrefslogtreecommitdiff
path: root/rtcm2_json.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup.Eric S. Raymond2009-08-281-2/+0
* Regularize some JSON attribute names.Eric S. Raymond2009-08-281-2/+2
* RTCM2 JSON decoiding is verified and has a full regression test.Eric S. Raymond2009-08-281-0/+1
* JSON decoding for RTCM2 types 3, 7, and 16 is verified.Eric S. Raymond2009-08-281-13/+15
* Use enumerated string values for the "system" field in RTCM2 type 4 messages.Eric S. Raymond2009-08-281-1/+11
* Passthrough check of RTCM2 JSON decoding works for message types 1 and 9.Eric S. Raymond2009-08-281-1/+1
* RTCM2 JSON parser is feature-complete and ready for test.Eric S. Raymond2009-08-281-4/+27
* Parse RTCM2 message type 7 JSON.Eric S. Raymond2009-08-271-3/+16
* Parse RTCM2 message type 5, and fix an error in the RTCM2 dump code.Eric S. Raymond2009-08-271-1/+15
* Use STRUCTARRAY everywhere it's apprpriate. JSON regression tests pass.Eric S. Raymond2009-08-271-6/+6
* Create a convenience macro for JSON parser template declarations.Eric S. Raymond2009-08-271-14/+9
* Checkpoint before trying to factor out some JSON attribute-initialization hair.Eric S. Raymond2009-08-271-5/+8
* Parse JSON for RTCM2 message types 1 and 9.Eric S. Raymond2009-08-271-4/+19
* First step towards RTCM2 JSON parsing.Eric S. Raymond2009-08-271-0/+133