Searched refs:hasGGARecord (Results 1 – 2 of 2) sorted by relevance
40 NmeaFixInfo::NmeaFixInfo() : hasGMCRecord(false), hasGGARecord(false) {} in NmeaFixInfo()113 return hasGMCRecord && hasGGARecord; in isValidFix()138 this->hasGGARecord = true; in parseGGALine()157 this->hasGGARecord = false; in reset()182 this->hasGGARecord = rhs.hasGGARecord; in operator =()
38 bool hasGGARecord; variable