Searched refs:GGAString (Results 1 – 1 of 1) sorted by relevance
6871 string GGAString; in reportGGAToNtrip() local6877 GGAString = nmeaString.substr(foundPos - POS_OF_GGA, foundNextSentence); in reportGGAToNtrip()6880 GGAString = nmeaString.substr(foundPos - POS_OF_GGA); in reportGGAToNtrip()6882 LOC_LOGd("GGAString %s", GGAString.c_str()); in reportGGAToNtrip()6884 foundPos = GGAString.find(","); in reportGGAToNtrip()6888 foundPos = GGAString.find(",", foundPos); in reportGGAToNtrip()6891 if (COMMAS_BEFORE_VALID == foundNth && GGAString.at(foundPos-1) != '0') { in reportGGAToNtrip()6893 mStartDgnssNtripParams.nmea = std::move(GGAString); in reportGGAToNtrip()