summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* Halfway to parsing ?DEVICES.Eric S. Raymond2009-08-181-0/+1
* A step twards reporting AIS data in gpsd. All regression tests pass.Eric S. Raymond2009-07-241-0/+1
* Use double rather than float for satellite signal strengths.Eric S. Raymond2009-07-131-1/+1
* actually, UNUSED is better for our purposes in gps.hChris Kuethe2009-07-061-0/+8
* Superstar2 can now stash raw measurements - Chris Kuethe2009-06-241-1/+1
* rename PSEUDORANGE_SET to RAW_SET...Chris Kuethe2009-06-241-8/+8
* change the signal strength member to float.Chris Kuethe2009-06-221-2/+2
* Add some hooks to start raw data processingChris Kuethe2009-06-211-2/+5
* AIS member name corrections, new details on out-of-band values from IALA.Eric S. Raymond2009-06-161-1/+1
* Add support for parsing and dumping AIS message types 20 and 22.Eric S. Raymond2009-06-151-0/+37
* Dump Navigation Aid types as strings.. Fix an attribute name.Eric S. Raymond2009-06-151-1/+1
* Teach AIVDM driver to handle AIS messages 15, 16, 17. Not yet tested.Eric S. Raymond2009-06-141-2/+38
* Comment fixes.Eric S. Raymond2009-06-091-12/+12
* Stop extracting and dumping spare bits from AIS message fields.Eric S. Raymond2009-06-071-14/+14
* Regularize names so the C structure members and JSON fields match up.Eric S. Raymond2009-06-061-42/+42
* Add support for the AIS Version 3 flags in message type 18.Eric S. Raymond2009-05-281-1/+5
* Correct the test for auxiliary-craft MMSI.Eric S. Raymond2009-05-281-2/+8
* We now correcttly interpret and dump AIS Type 24 messages.Eric S. Raymond2009-05-281-0/+28
* First cut at support for AIS Type 21 messages (not tested).Eric S. Raymond2009-05-281-0/+20
* Add support for decoding AIS message type 10.Eric S. Raymond2009-05-271-1/+7
* First cut at handling AIS message 19.Eric S. Raymond2009-05-271-0/+23
* Correct the documentation (and, I hope, implementation) of messages 7 and 13,Eric S. Raymond2009-03-271-0/+8
* Support, and documentation, for AIVDM messages type 6, 7, 8, 12, 13, and 14.Eric S. Raymond2009-03-261-1/+35
* Parse, and describe, the RAIM bit.Eric S. Raymond2009-03-171-1/+7
* Rearrange a visible struct.Eric S. Raymond2009-03-171-37/+42
* Tests for Type 18 are stable.Eric S. Raymond2009-03-161-0/+14
* Type 9 decoding is stable.Eric S. Raymond2009-03-161-0/+16
* Back down to where all regression tests, including RTCM, still pass.Eric S. Raymond2009-03-151-1/+0
* Prevent spurious echo of data on bad packets.Eric S. Raymond2009-03-141-0/+1
* More work on the AIVDM driver and spec.Eric S. Raymond2009-03-131-0/+1
* Store unscaled AIDVM values so we never throw away information.Eric S. Raymond2009-03-131-8/+8
* Full decoding for AIVDM Type 4 messages.Eric S. Raymond2009-03-131-0/+79
* Remove 'cycle' member from device structure. Eric S. Raymond2009-03-071-0/+2
* Cleanup some 12-channel-limit assumptions.Eric S. Raymond2009-03-051-1/+0
* Another RTCM3 message (1013).Eric S. Raymond2009-03-041-0/+1
* Fix a misunderstanding about RTCM3.Eric S. Raymond2009-03-041-7/+0
* Introduce gpsdclient.h header, not shipped. Eric S. Raymond2009-03-021-17/+0
* Standardized parsing of server:port:device client arguments.Eric S. Raymond2009-02-251-0/+12
* Add some documentation on how to cope with the upcoming API change.Eric S. Raymond2009-02-121-0/+5
* Major and minor API revision numbers need to be returned by L command.Eric S. Raymond2009-02-121-0/+3
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-1/+1
* Merge code for Oceanserver compass from Stefan de Konink.Eric S. Raymond2009-01-041-0/+16
* access to unnamed unions is illegal in C99. found by pcc.Chris Kuethe2008-08-231-1/+1
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-5/+4
* Unpack and dump two more RTCM3 messages.Eric S. Raymond2008-07-211-1/+3
* change various PI macros to GPS_PIChris Kuethe2008-07-201-1/+1
* Large step towards RTCM3 dumping. This code is still buggy and incomplete.Eric S. Raymond2008-07-161-2/+3
* Use the new bitfield extractor for RTCM3 fields.Eric S. Raymond2008-07-161-1/+1
* Rudimentary RTCM104v3 support compiles and splints clean. Eric S. Raymond2008-07-101-1/+2
* More preparation for RTCMv3. No behvioral changes yet.Eric S. Raymond2008-07-101-15/+8