Searched refs:hasGMCRecord (Results 1 – 2 of 2) sorted by relevance
40 NmeaFixInfo::NmeaFixInfo() : hasGMCRecord(false), hasGGARecord(false) {} in NmeaFixInfo()113 return hasGMCRecord && hasGGARecord; in isValidFix()148 this->hasGMCRecord = true; in parseRMCLine()156 this->hasGMCRecord = false; in reset()181 this->hasGMCRecord = rhs.hasGMCRecord; in operator =()
37 bool hasGMCRecord; variable