Searched refs:candidateFixInfo (Results 1 – 1 of 1) sorted by relevance
201 NmeaFixInfo candidateFixInfo; in getLocationFromInputStr() local217 candidateFixInfo.isValidFix()) { in getLocationFromInputStr()218 nmeaFixInfo = candidateFixInfo; in getLocationFromInputStr()219 candidateFixInfo.reset(); in getLocationFromInputStr()223 candidateFixInfo.fixId = fixId; in getLocationFromInputStr()224 candidateFixInfo.parseGGALine(sentenceValues); in getLocationFromInputStr()226 candidateFixInfo.parseRMCLine(sentenceValues); in getLocationFromInputStr()229 if (candidateFixInfo.isValidFix()) { in getLocationFromInputStr()230 nmeaFixInfo = candidateFixInfo; in getLocationFromInputStr()231 candidateFixInfo.reset(); in getLocationFromInputStr()