Searched refs:getNmeaLatLong (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qlocationutils.cpp | 81 … 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 D | qlocationutils_p.h | 330 static bool getNmeaLatLong(const QByteArray &latString,
|