Searched defs:sentenceValues (Results 1 – 1 of 1) sorted by relevance
113 void NmeaFixInfo::parseGGALine(const std::vector<std::string>& sentenceValues) { in parseGGALine()138 void NmeaFixInfo::parseRMCLine(const std::vector<std::string>& sentenceValues) { in parseRMCLine()209 std::vector<std::string> sentenceValues; in getLocationFromInputStr() local