Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/default/
DNmeaFixInfo.cpp136 this->hDop = sentenceValues[8].empty() ? std::numeric_limits<float>::quiet_NaN() in parseGGALine()
160 this->hDop = 0; in reset()
183 this->hDop = rhs.hDop; in operator =()
/hardware/interfaces/gnss/common/utils/default/include/
DNmeaFixInfo.h39 float hDop; variable