summaryrefslogtreecommitdiff
path: root/rtcmdecode.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up RTCM error messages.Eric S. Raymond2005-07-131-4/+4
* More refactoring, RTCM dump function is now an ordinary dump hook.Eric S. Raymond2005-07-131-63/+5
* Merge working Evermore state-machine from Petr Slansky.Eric S. Raymond2005-07-131-4/+3
* Tighten up a buffer size.Eric S. Raymond2005-07-121-1/+1
* Split RTCM parsing into its own module.Eric S. Raymond2005-07-121-259/+0
* Next steop towards integrating the RTCM stuff.Eric S. Raymond2005-07-121-22/+23
* Found the workaround for the compiler bug that was fooing up parity computation.Eric S. Raymond2005-07-121-1/+14
* Added output_mag, conditioned out, just in case we ever want to issueEric S. Raymond2005-07-121-0/+33
* Refactored rtcmdecode.c now splints clean.Eric S. Raymond2005-07-121-1/+3
* rtcm_decode now returns a pointer to the parsed structure.Eric S. Raymond2005-07-121-11/+20
* Hide some magic constants that don't need to be visible.Eric S. Raymond2005-07-121-0/+8
* Use gpsd's reporting functions.Eric S. Raymond2005-07-121-21/+33
* Inline some code as a step towords rurning rtcm_decode inside out.Eric S. Raymond2005-07-121-35/+32
* Export the RTCM control block.Eric S. Raymond2005-07-121-20/+4
* Cosmetic fixes.Eric S. Raymond2005-07-121-13/+12
* rtcmdecode.c is now splint-clean, but still doesn't work at -O2 under gcc 3.4.2.Eric S. Raymond2005-07-121-5/+12
* Wolfgang's attempt to fix the -O2 problem.Eric S. Raymond2005-07-121-14/+14
* Instrument the RTCM decoder so we can show that the parity computation is hosed.Eric S. Raymond2005-07-121-106/+95
* First cut at merging Wolfgang's RTCM code.Eric S. Raymond2005-07-111-0/+326