Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp40 NmeaFixInfo::NmeaFixInfo() : hasGMCRecord(false), hasGGARecord(false) {} in NmeaFixInfo()
113 return hasGMCRecord && hasGGARecord; in isValidFix()
138 this->hasGGARecord = true; in parseGGALine()
157 this->hasGGARecord = false; in reset()
182 this->hasGGARecord = rhs.hasGGARecord; in operator =()
/hardware/interfaces/gnss/common/utils/default/include/
DNmeaFixInfo.h38 bool hasGGARecord; variable