Searched refs:hasGMCRecord (Results 1 – 2 of 2) sorted by relevance
37 NmeaFixInfo::NmeaFixInfo() : hasGMCRecord(false), hasGGARecord(false) {} in NmeaFixInfo()110 return hasGMCRecord && hasGGARecord; in isValidFix()145 this->hasGMCRecord = true; in parseRMCLine()153 this->hasGMCRecord = false; in reset()178 this->hasGMCRecord = rhs.hasGMCRecord; in operator =()
43 bool hasGMCRecord; variable