Searched defs:SensorStats (Results 1 – 3 of 3) sorted by relevance
118 struct SensorStats { struct120 std::unordered_map<std::string, SensorTempStats> temp_stats_map_;122 std::unordered_map<std::string, std::shared_ptr<TempRangeInfo>> temp_range_info_map_;124 std::unordered_map<std::string, std::shared_ptr<TempStuckInfo>> temp_stuck_info_map_;126 std::unordered_map<std::string, CurrTempStatus> curr_temp_status_map_;
42 public class SensorStats { class
113 message SensorStats { message