summaryrefslogtreecommitdiff
path: root/rtcm3.c
Commit message (Expand)AuthorAgeFilesLines
* More splint cleanup.Eric S. Raymond2009-01-061-20/+22
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-3/+7
* access to unnamed unions is illegal in C99. found by pcc.Chris Kuethe2008-08-231-178/+178
* Unpack and dump two more RTCM3 messages.Eric S. Raymond2008-07-211-1/+53
* Factor out the bitfield functions, fix a bug in one, add tests.Eric S. Raymond2008-07-161-36/+2
* Large step towards RTCM3 dumping. This code is still buggy and incomplete.Eric S. Raymond2008-07-161-17/+203
* Use the new bitfield extractor for RTCM3 fields.Eric S. Raymond2008-07-161-407/+179
* Bitfield extractor seems to work.Eric S. Raymond2008-07-161-2/+28
* No longer necessary to define LITTLE_ENDIAN_PROTOCOL.Eric S. Raymond2008-07-151-8/+4
* Rename big-endian bit extraction macros.Eric S. Raymond2008-07-151-1/+1
* Another step towards RTCM3 unpacking.Eric S. Raymond2008-07-151-4/+9
* Revert previous EOF_PACKET change, it was a bad idea.Eric S. Raymond2008-07-141-0/+7
* Add portability warning.Eric S. Raymond2008-07-101-0/+6
* rtcm requires types larger than 32 bits. test for, and use 'em.Chris Kuethe2008-07-101-6/+6
* Rudimentary RTCM104v3 support compiles and splints clean. Eric S. Raymond2008-07-101-0/+451