aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gps/ashtech.cpp
Commit message (Expand)AuthorAgeFilesLines
* GPS / ashtech: Use double for time where NMEA uses floating point numbersLorenz Meier2015-02-151-5/+6
* Ashtech driver: Avoid unnecessary double precision conversion callsLorenz Meier2015-02-151-24/+25
* Remove unneeded cast in GPS driverLorenz Meier2015-02-081-1/+1
* GPS driver: Require valid minimum time to allow setting the wall clock. Prote...Lorenz Meier2015-01-041-12/+17
* renaming of gps time to UTC timeBan Siesta2015-01-041-2/+2
* ashtech: whitespaceBan Siesta2015-01-041-3/+3
* GPS driver: Set RTC from Ashtech receivers as wellLorenz Meier2015-01-041-2/+15
* Checking if fix status is less or equal to 0 rather than just equalDenis Yeldandi2014-10-101-1/+1
* Fixed issue #1382Denis Yeldandi2014-10-101-11/+41
* Got rid of str_scanDec and scanFloat64.Denis Yeldandi2014-10-091-114/+56
* Multiple fixes:Denis Yeldandi2014-10-091-22/+17
* Non-ascii characters cleanupDenis Yeldandi2014-10-091-3/+3
* Removed VTG message parsingDenis Yeldandi2014-10-091-36/+0
* Code style fixDenis Yeldandi2014-10-091-506/+597
* PASHS,POP,20 is needed for 20Hz configurationDenis Yeldandi2014-10-061-1/+2
* Merge branch 'ashtech' into ashtech_hi_freqDenis Yeldandi2014-10-041-1/+1
|\
| * Fixed km/h -> knots in POSDenis Yeldandi2014-10-041-1/+1
* | Increased ashtech POS frequency and increased baudrateDenis Yeldandi2014-10-021-3/+5
|/
* Ashtech GPS driverDenis Yeldandi2014-09-301-0/+616