Searched refs:candidateFixInfo (Results 1 – 1 of 1) sorted by relevance
204 NmeaFixInfo candidateFixInfo; in getLocationFromInputStr() local220 candidateFixInfo.isValidFix()) { in getLocationFromInputStr()221 nmeaFixInfo = candidateFixInfo; in getLocationFromInputStr()222 candidateFixInfo.reset(); in getLocationFromInputStr()226 candidateFixInfo.fixId = fixId; in getLocationFromInputStr()227 candidateFixInfo.parseGGALine(sentenceValues); in getLocationFromInputStr()229 candidateFixInfo.parseRMCLine(sentenceValues); in getLocationFromInputStr()232 if (candidateFixInfo.isValidFix()) { in getLocationFromInputStr()233 nmeaFixInfo = candidateFixInfo; in getLocationFromInputStr()234 candidateFixInfo.reset(); in getLocationFromInputStr()