summaryrefslogtreecommitdiff
path: root/driver_aivdm.c
Commit message (Expand)AuthorAgeFilesLines
* splint cleanup.Eric S. Raymond2009-03-181-4/+13
* Parse, and describe, the RAIM bit.Eric S. Raymond2009-03-171-15/+21
* Tests for Type 18 are stable.Eric S. Raymond2009-03-161-0/+63
* Type 9 decoding is stable.Eric S. Raymond2009-03-161-10/+63
* Type 5 decoding is stable.Eric S. Raymond2009-03-161-4/+4
* Correctly unscramble and document the wacky six-bit message format.Eric S. Raymond2009-03-161-20/+30
* More refactoring of the AIVDM code.Eric S. Raymond2009-03-151-1/+310
* Refactor the AIVDM driver to remove dependencies on the session structure.Eric S. Raymond2009-03-151-89/+27
* Back down to where all regression tests, including RTCM, still pass.Eric S. Raymond2009-03-151-1/+0
* Sixbit decoding was slightly off.Eric S. Raymond2009-03-151-5/+4
* Prevent spurious echo of data on bad packets.Eric S. Raymond2009-03-141-1/+2
* Tweak some logic for verbosity control.Eric S. Raymond2009-03-141-5/+6
* More work on the AIVDM driver and spec.Eric S. Raymond2009-03-131-3/+30
* Store unscaled AIDVM values so we never throw away information.Eric S. Raymond2009-03-131-37/+10
* Full decoding for AIVDM Type 4 messages.Eric S. Raymond2009-03-131-128/+85
* Full decoding of AIVDM Type 1 packets.Eric S. Raymond2009-03-131-10/+13
* Dump Type 1 fields in the order they occur.Eric S. Raymond2009-03-121-10/+10
* Remove a comment that is now misleading.Eric S. Raymond2009-03-121-6/+0
* All AIVDM type 1-3 fields except latitude and turn rate now decode correctly.Eric S. Raymond2009-03-121-60/+97
* Checkpoint before going to ubits-based decoding.Eric S. Raymond2009-03-121-41/+118
* First cut at describing AIVDM.Eric S. Raymond2009-03-101-1/+44
* Second stage of AIVDM decoding:Eric S. Raymond2009-03-101-2/+74
* The shell of an AIVDM driver.Eric S. Raymond2009-03-091-0/+107