Home
last modified time | relevance | path

Searched refs:hasGGARecord (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()
135 this->hasGGARecord = true; in parseGGALine()
154 this->hasGGARecord = false; in reset()
179 this->hasGGARecord = rhs.hasGGARecord; in operator =()
/hardware/interfaces/gnss/common/utils/default/include/
DNmeaFixInfo.h44 bool hasGGARecord; variable