Home
last modified time | relevance | path

Searched refs:uere (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp62 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 Dqnmeapositioninfosource.h61 void setUserEquivalentRangeError(double uere);
H A Dqlocationutils_p.h290 QGeoPositionInfo *info, double uere,
H A Dqnmeapositioninfosource.cpp805 void QNmeaPositionInfoSource::setUserEquivalentRangeError(double uere) in setUserEquivalentRangeError() argument
807 d->m_userEquivalentRangeError = uere; in setUserEquivalentRangeError()