aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gps/ashtech.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue #1382Denis Yeldandi2014-10-101-1/+1
| | | | | | | | | | | | - Ashtech driver is no longer checking fix status from comparing coordinates to 0.0;0.0;0.0, instead it's checking fix type in GGA or checking coordinate exsistance in POS. This removes compiler warning about float euqality comparison. - Fixed compiler warning about comparison between signed and unsigned int - Fixed compiler warning about class property masking
* More code style fixesDenis Yeldandi2014-10-091-4/+4
|
* Code style fixDenis Yeldandi2014-10-091-2/+2
|
* Ashtech GPS driverDenis Yeldandi2014-09-301-0/+96