Home
last modified time | relevance | path

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

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