Searched refs:hasGGARecord (Results 1 – 2 of 2) sorted by relevance
37 NmeaFixInfo::NmeaFixInfo() : hasGMCRecord(false), hasGGARecord(false) {} in NmeaFixInfo()110 return hasGMCRecord && hasGGARecord; in isValidFix()135 this->hasGGARecord = true; in parseGGALine()154 this->hasGGARecord = false; in reset()179 this->hasGGARecord = rhs.hasGGARecord; in operator =()
44 bool hasGGARecord; variable