Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp187 struct SensorConfigKey struct
191 bool operator<(const SensorConfigKey& other) const in operator <() argument
211 boost::container::flat_map<SensorConfigKey, SensorConfig>;
254 SensorConfigKey key = {std::get<uint64_t>(busCfg->second), in buildSensorConfigMap()