Searched refs:uere (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qlocationutils.cpp | 62 static void qlocationutils_readGga(const char *data, int size, QGeoPositionInfo *info, double uere, in qlocationutils_readGga() argument 91 info->setAttribute(QGeoPositionInfo::HorizontalAccuracy, 2 * hdop * uere); in qlocationutils_readGga() 105 static void qlocationutils_readGsa(const char *data, int size, QGeoPositionInfo *info, double uere, in qlocationutils_readGsa() argument 117 info->setAttribute(QGeoPositionInfo::HorizontalAccuracy, 2 * hdop * uere); in qlocationutils_readGsa() 124 info->setAttribute(QGeoPositionInfo::VerticalAccuracy, 2 * vdop * uere); in qlocationutils_readGsa() 311 double uere, bool *hasFix) in getPosInfoFromNmea() argument 333 qlocationutils_readGga(data, size, info, uere, hasFix); in getPosInfoFromNmea() 336 qlocationutils_readGsa(data, size, info, uere, hasFix); in getPosInfoFromNmea()
|
| H A D | qnmeapositioninfosource.h | 61 void setUserEquivalentRangeError(double uere);
|
| H A D | qlocationutils_p.h | 290 QGeoPositionInfo *info, double uere,
|
| H A D | qnmeapositioninfosource.cpp | 805 void QNmeaPositionInfoSource::setUserEquivalentRangeError(double uere) in setUserEquivalentRangeError() argument 807 d->m_userEquivalentRangeError = uere; in setUserEquivalentRangeError()
|