Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add subversion ID tags near the beginning of every file. | Chris Kuethe | 2006-09-21 | 1 | -0/+1 |
| | | | | First line where possible, second line for scripts called with #! | ||||
* | Move the rtcm message structure to its own header. | Chris Kuethe | 2006-09-20 | 1 | -0/+482 |
| | | | | | | | | | It's prettier that way, it facilitates code reuse in other projects/tools/etc. and it's just good style to put definitions in a header. Compiles clean, passes "make rtcm-regress" and the new header is packaged properly by "make dist" | ||||
* | Step two in RTCM merge: it no longer has a separate header. | Eric S. Raymond | 2005-07-16 | 1 | -17/+0 |
| | |||||
* | Stage one of making the RTCM decoder an ordinary driver. Merge the RTCM | Eric S. Raymond | 2005-07-16 | 1 | -54/+0 |
| | | | | decoding context into the gps_device_t structure. | ||||
* | rtcm.c is properly refactored, with the bitfield layouts hidden. | Eric S. Raymond | 2005-07-16 | 1 | -112/+29 |
| | |||||
* | Splint-clean the RTCM code. | Eric S. Raymond | 2005-07-15 | 1 | -1/+1 |
| | |||||
* | Clean up RTCM error messages. | Eric S. Raymond | 2005-07-13 | 1 | -0/+2 |
| | |||||
* | More refactoring, RTCM dump function is now an ordinary dump hook. | Eric S. Raymond | 2005-07-13 | 1 | -3/+3 |
| | |||||
* | Another step towards RTCM104 integration. | Eric S. Raymond | 2005-07-13 | 1 | -1/+1 |
| | |||||
* | Merge working Evermore state-machine from Petr Slansky. | Eric S. Raymond | 2005-07-13 | 1 | -6/+21 |
| | | | | Also merge in hooks that connect RTCM parsing to the packet getter. | ||||
* | Tighten up a buffer size. | Eric S. Raymond | 2005-07-12 | 1 | -3/+1 |
| | |||||
* | Refactored rtcmdecode.c now splints clean. | Eric S. Raymond | 2005-07-12 | 1 | -3/+3 |
| | |||||
* | rtcm_decode now returns a pointer to the parsed structure. | Eric S. Raymond | 2005-07-12 | 1 | -1/+4 |
| | |||||
* | Oops...buffer wadn't saved. | Eric S. Raymond | 2005-07-12 | 1 | -8/+0 |
| | |||||
* | Hide some magic constants that don't need to be visible. | Eric S. Raymond | 2005-07-12 | 1 | -13/+13 |
| | |||||
* | Export the RTCM control block. | Eric S. Raymond | 2005-07-12 | 1 | -0/+16 |
| | |||||
* | Add some documentation. | Eric S. Raymond | 2005-07-12 | 1 | -15/+6 |
| | |||||
* | Instrument the RTCM decoder so we can show that the parity computation is hosed. | Eric S. Raymond | 2005-07-12 | 1 | -32/+32 |
| | |||||
* | First cut at merging Wolfgang's RTCM code. | Eric S. Raymond | 2005-07-11 | 1 | -0/+137 |
Something about normal GNU compiler options hoses this. |