Searched refs:constellation (Results 1 – 4 of 4) sorted by relevance
65 bool GnssConfiguration::isBlocklisted(const GnssConstellationType constellation, in isBlocklisted() argument70 src.constellation = constellation; in isBlocklisted()83 return size_t(x.constellation) * 999983 + size_t(x.svid) * 999979; in operator ()()88 return (lhs.constellation == rhs.constellation) && (lhs.svid == rhs.svid); in operator ()()
57 const int constellation) { in makeGnssMeasurement() argument63 m.signalType.constellation = static_cast<GnssConstellationType>(constellation); in makeGnssMeasurement()
37 bool isBlocklisted(GnssConstellationType constellation, int svid) const;
281 info->constellation = GnssConstellationType::GPS; in parseGPGGA()