Searched refs:POS_OF_GGA (Results 1 – 1 of 1) sorted by relevance
6857 #define POS_OF_GGA (3) //start position of "GGA" in reportGGAToNtrip() macro6873 if (foundPos != string::npos && foundPos >= POS_OF_GGA) { in reportGGAToNtrip()6877 GGAString = nmeaString.substr(foundPos - POS_OF_GGA, foundNextSentence); in reportGGAToNtrip()6880 GGAString = nmeaString.substr(foundPos - POS_OF_GGA); in reportGGAToNtrip()