Searched refs:totalSats (Results 1 – 1 of 1) sorted by relevance
383 const int totalSats = parts.at(3).toInt(&ok); in getSatInfoFromNmea() local392 const int numSatInSentence = qMin(sentence * 4, totalSats) - (sentence - 1) * 4; in getSatInfoFromNmea()