Searched refs:foundNextSentence (Results 1 – 1 of 1) sorted by relevance
6874 size_t foundNextSentence = nmeaString.find("$", foundPos); in reportGGAToNtrip() local6875 if (foundNextSentence != string::npos) { in reportGGAToNtrip()6877 GGAString = nmeaString.substr(foundPos - POS_OF_GGA, foundNextSentence); in reportGGAToNtrip()