Home
last modified time | relevance | path

Searched refs:hasGMCRecord (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp37 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 =()
/hardware/interfaces/gnss/common/utils/default/include/
DNmeaFixInfo.h43 bool hasGMCRecord; variable