summaryrefslogtreecommitdiff
path: root/rtcm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some documentation.Eric S. Raymond2005-07-251-43/+50
* Break isgps.c apart from rtcm.c.Eric S. Raymond2005-07-251-328/+0
* Successfully broke adhesion between RTCM bitfield structures and the decoder.Eric S. Raymond2005-07-251-124/+141
* A simpler big-endianism test using autotools.Eric S. Raymond2005-07-251-25/+16
* Better OS-specific endianness detectionChris Kuethe2005-07-251-3/+5
* At least on OpenBSD, endian.h is in /usr/include/sysChris Kuethe2005-07-251-0/+4
* More decoder separation.Eric S. Raymond2005-07-241-9/+8
* More separation of the low-level decoder.Eric S. Raymond2005-07-241-9/+9
* More work at separating the low-level decoder from the RTCM structure stuff.Eric S. Raymond2005-07-241-58/+58
* First step towards sepaeating out satlink protocol.Eric S. Raymond2005-07-241-4/+5
* Calculate the number of almanac entries correctly.Eric S. Raymond2005-07-241-1/+1
* Documentation improvements.Eric S. Raymond2005-07-231-2/+14
* In theory we now have a repack functionEric S. Raymond2005-07-231-6/+22
* More work on repack().Eric S. Raymond2005-07-231-4/+7
* More work on the repack() function. Avoid a core dump when processing DGPSIP.Eric S. Raymond2005-07-231-31/+34
* Support, and document, dumping packets of unknown type.Eric S. Raymond2005-07-231-0/+9
* Scrap more unneeded intermediate variables.Eric S. Raymond2005-07-221-105/+93
* Splint cleanup after union merge.Eric S. Raymond2005-07-221-10/+11
* Message structure is one big union; grotty casts are gone.Eric S. Raymond2005-07-221-313/+273
* OK, substructures are all gathered. Now move to one big union.Eric S. Raymond2005-07-221-66/+48
* Eliminate casts.Eric S. Raymond2005-07-221-110/+79
* First step towards eliminating casrs in the decoder.Eric S. Raymond2005-07-221-84/+65
* More decoder cleanup and repack progress.Eric S. Raymond2005-07-221-23/+22
* RTCM health fields aren't boolean.Eric S. Raymond2005-07-221-11/+10
* First (incomplete) cut at repack function.Eric S. Raymond2005-07-221-8/+189
* Avoid a splint problem.Eric S. Raymond2005-07-221-1/+0
* Write the big-endian macros in terms of bitreverse().Eric S. Raymond2005-07-221-6/+17
* Added the bit-reversal machinery for big-endian machines.Eric S. Raymond2005-07-221-57/+92
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-0/+5
* More debugging machinery for RTCM tests.Eric S. Raymond2005-07-201-3/+7
* Turn RTCM processing into a real driver.Eric S. Raymond2005-07-191-9/+9
* RTCM structure is going to have to be user-visible...Eric S. Raymond2005-07-191-84/+85
* This is a checkpoint for Wolfgang to look at.Eric S. Raymond2005-07-171-32/+44
* Comment improvements, Explain the history better.Eric S. Raymond2005-07-171-8/+10
* I missed Wolfgang's #if 0; fix bugs inside that.Eric S. Raymond2005-07-171-42/+17
* In theory we now have a complete decoder.Eric S. Raymond2005-07-171-31/+35
* splint cleanup.Eric S. Raymond2005-07-171-16/+17
* We now unpack type 7 messages.Eric S. Raymond2005-07-171-17/+30
* Wolfgang corrects for a typo in the ITU standard.Eric S. Raymond2005-07-171-2/+10
* We can unpack type 4 and 5 messages now.Eric S. Raymond2005-07-171-81/+106
* We got message 3.Eric S. Raymond2005-07-161-10/+15
* Check in Wolfgang's enhancements as a baseline before hacking them.Eric S. Raymond2005-07-161-6/+349
* Step two in RTCM merge: it no longer has a separate header.Eric S. Raymond2005-07-161-1/+7
* Stage one of making the RTCM decoder an ordinary driver. Merge the RTCMEric S. Raymond2005-07-161-92/+92
* Documentation improvements.Eric S. Raymond2005-07-161-1/+4
* Do consistent naming and some splint cleaning.Eric S. Raymond2005-07-161-3/+3
* rtcm.c is properly refactored, with the bitfield layouts hidden.Eric S. Raymond2005-07-161-56/+203
* Splint-clean the RTCM code.Eric S. Raymond2005-07-151-1/+1
* Documentation impriovenents.Eric S. Raymond2005-07-141-4/+4
* Add documentation for the RTCM dump format.Eric S. Raymond2005-07-131-0/+20