Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp89 double hdop = parts[8].toDouble(&hasHdop); in qlocationutils_readGga() local
91 info->setAttribute(QGeoPositionInfo::HorizontalAccuracy, 2 * hdop * uere); in qlocationutils_readGga()
115 double hdop = parts[16].toDouble(&hasHdop); in qlocationutils_readGsa() local
117 info->setAttribute(QGeoPositionInfo::HorizontalAccuracy, 2 * hdop * uere); in qlocationutils_readGsa()