Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another glitch caught by scan-build. | Eric S. Raymond | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | RTCM3 R1033 JSON unpacking. | Eric S. Raymond | 2013-05-02 | 1 | -0/+21 |
| | |||||
* | RTCM3 R104 JSON unoacking. | Eric S. Raymond | 2013-05-02 | 1 | -0/+19 |
| | |||||
* | Improve readability. | Eric S. Raymond | 2013-05-02 | 1 | -34/+33 |
| | |||||
* | Macro trickery that I might regret, but it makes the code more expressive. | Eric S. Raymond | 2013-05-02 | 1 | -32/+29 |
| | |||||
* | Implement RTCM3 R1010 JSON unpacking. | Eric S. Raymond | 2013-05-02 | 1 | -2/+33 |
| | |||||
* | Unpack JSON for RTCM3 R1007, R1008, and R1009. | Eric S. Raymond | 2013-05-01 | 1 | -0/+61 |
| | |||||
* | Unpack RTCM3 1002 JSON (untested) | Eric S. Raymond | 2013-05-01 | 1 | -1/+34 |
| | |||||
* | Two missing fields in RTCM3 1001 parsing. | Eric S. Raymond | 2013-05-01 | 1 | -2/+2 |
| | | | | | | | | Turns out we can't use short in the rtcm3 structure, JSON types won't map to it. Well, in theory we could map int to it with a range check at parsing time, but it's not worth the effort. All regression tests pass. | ||||
* | Fix static-check warnings. | Eric S. Raymond | 2013-05-01 | 1 | -5/+5 |
| | |||||
* | Start on support for unpacking RTCM3 JSON. | Eric S. Raymond | 2013-05-01 | 1 | -0/+114 |
Only the 1001 sentence so far, with two fields missing. Not usable for production yet, but gets infrastructure in place. |