Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp392 const int numSatInSentence = qMin(sentence * 4, totalSats) - (sentence - 1) * 4; in getSatInfoFromNmea() local
395 for (int i = 0; i < numSatInSentence; ++i) { in getSatInfoFromNmea()