summaryrefslogtreecommitdiff
path: root/rtcm.h
Commit message (Expand)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
* Move the rtcm message structure to its own header. Chris Kuethe2006-09-201-0/+482
* 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
* 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
* 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