summaryrefslogtreecommitdiff
path: root/rtcm.c
Commit message (Collapse)AuthorAgeFilesLines
* Upper level of RTCM encoder works.Eric S. Raymond2005-07-281-52/+84
|
* Another step (passing regression tests) towards an encoder.Eric S. Raymond2005-07-271-39/+44
|
* First steps towards a working RTCM encoder.Eric S. Raymond2005-07-271-28/+26
|
* First cut at RTCM undumper, and some splint cleanup.Eric S. Raymond2005-07-271-0/+122
|
* Correction to Wolfgang's fix.Eric S. Raymond2005-07-271-2/+2
|
* Small patch from Wolfgang.Eric S. Raymond2005-07-271-1/+1
|
* Spelling fix.Eric S. Raymond2005-07-271-3/+3
|
* Comment fixups.Eric S. Raymond2005-07-261-2/+1
|
* Save Wolfgang's generation script.Eric S. Raymond2005-07-261-7/+2
|
* Move Wolfgang's Emacs command.Eric S. Raymond2005-07-261-2/+0
|
* Big-endian support in rtcm.c.Eric S. Raymond2005-07-261-100/+312
|
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-134/+134
|
* 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
| | | | | Other developers, please check to see if your <endian.h> is just a pointer to <sys/endian.h> and if it is, we can kill off this ifdef...
* 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
| | | | (except for parity compuation and inversion).
* 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
| | | | out subframe processing.
* 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
| | | | ...if the client library passes up the data.
* 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
|