Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp81 … if (QLocationUtils::getNmeaLatLong(parts[2], parts[3][0], parts[4], parts[5][0], &lat, &lng)) { in qlocationutils_readGga()
165 … if (QLocationUtils::getNmeaLatLong(parts[1], parts[2][0], parts[3], parts[4][0], &lat, &lng)) { in qlocationutils_readGll()
200 … if (QLocationUtils::getNmeaLatLong(parts[3], parts[4][0], parts[5], parts[6][0], &lat, &lng)) { in qlocationutils_readRmc()
489 bool QLocationUtils::getNmeaLatLong(const QByteArray &latString, char latDirection, const QByteArra… in getNmeaLatLong() function in QLocationUtils
H A Dqlocationutils_p.h330 static bool getNmeaLatLong(const QByteArray &latString,