ardupilot/libraries/AP_GPS
DrZiplok@gmail.com 52a0a03d56 Bring AP_GPS_Auto closer to ready for prime-time:
- disable NMEA autodetection; false positives are still a risk
 - trim down the console output to a minimum; we still need something to help users diagnose potential problems, but the old output was much too verbose
 - rather than block forever, only do one autodetect pass for each ::read call.  That's still too long (five seconds or so) but better than blocking forever.
 - don't block forever if no GPS is attached.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1480 f9c3cf11-9bcb-44bc-f272-b75c42450872
2011-01-10 08:20:41 +00:00
..
examples Update the NMEA example code in conjunction with the new parser. 2011-01-10 01:57:16 +00:00
AP_GPS.h Add a GPS shim class that lets an external agent update the pseudo-GPS properties. 2010-12-28 23:27:12 +00:00
AP_GPS_406.cpp Bug fixes for EM-406 2010-09-23 00:20:11 +00:00
AP_GPS_406.h Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_Auto.cpp Bring AP_GPS_Auto closer to ready for prime-time: 2011-01-10 08:20:41 +00:00
AP_GPS_Auto.h Bring AP_GPS_Auto closer to ready for prime-time: 2011-01-10 08:20:41 +00:00
AP_GPS_HIL.cpp Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_HIL.h Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_MTK.cpp Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_MTK.h Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_MTK16.cpp Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_MTK16.h Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_MTK_Common.h Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_NMEA.cpp Implement a completely new NMEA parser based on the TinyGPS parser by Mikal Hart. 2011-01-10 01:55:45 +00:00
AP_GPS_NMEA.h Implement a completely new NMEA parser based on the TinyGPS parser by Mikal Hart. 2011-01-10 01:55:45 +00:00
AP_GPS_None.h Give AP_GPS_None a ctor so that it fits in. 2010-12-24 19:59:07 +00:00
AP_GPS_SIRF.cpp Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_SIRF.h Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_Shim.h Undo the ^M nonsense that CodeLite pulled. 2010-12-29 00:35:53 +00:00
AP_GPS_UBLOX.cpp Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
AP_GPS_UBLOX.h Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
GPS.cpp Add support for the DIYD MTK v1.6 firmware 2010-12-24 06:35:09 +00:00
GPS.h Add a date field to the standard GPS data. This may be zero, and its format is TBD (may be GPS-dependent). 2011-01-10 00:44:09 +00:00