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