summaryrefslogtreecommitdiff
path: root/rtcm.h
Commit message (Collapse)AuthorAgeFilesLines
* Conditionalization cleanup patch from Petr Slansky.Eric S. Raymond2006-11-131-1/+1
|
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* Move the rtcm message structure to its own header. Chris Kuethe2006-09-201-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. Raymond2005-07-161-17/+0
|
* Stage one of making the RTCM decoder an ordinary driver. Merge the RTCMEric S. Raymond2005-07-161-54/+0
| | | | decoding context into the gps_device_t structure.
* rtcm.c is properly refactored, with the bitfield layouts hidden.Eric S. Raymond2005-07-161-112/+29
|
* Splint-clean the RTCM code.Eric S. Raymond2005-07-151-1/+1
|
* Clean up RTCM error messages.Eric S. Raymond2005-07-131-0/+2
|
* More refactoring, RTCM dump function is now an ordinary dump hook.Eric S. Raymond2005-07-131-3/+3
|
* Another step towards RTCM104 integration.Eric S. Raymond2005-07-131-1/+1
|
* Merge working Evermore state-machine from Petr Slansky.Eric S. Raymond2005-07-131-6/+21
| | | | Also merge in hooks that connect RTCM parsing to the packet getter.
* Tighten up a buffer size.Eric S. Raymond2005-07-121-3/+1
|
* Refactored rtcmdecode.c now splints clean.Eric S. Raymond2005-07-121-3/+3
|
* rtcm_decode now returns a pointer to the parsed structure.Eric S. Raymond2005-07-121-1/+4
|
* Oops...buffer wadn't saved.Eric S. Raymond2005-07-121-8/+0
|
* Hide some magic constants that don't need to be visible.Eric S. Raymond2005-07-121-13/+13
|
* Export the RTCM control block.Eric S. Raymond2005-07-121-0/+16
|
* Add some documentation.Eric S. Raymond2005-07-121-15/+6
|
* Instrument the RTCM decoder so we can show that the parity computation is hosed.Eric S. Raymond2005-07-121-32/+32
|
* First cut at merging Wolfgang's RTCM code.Eric S. Raymond2005-07-111-0/+137
Something about normal GNU compiler options hoses this.