Searched refs:psuProperty (Results 1 – 1 of 1) sorted by relevance
691 PSUProperty psuProperty = findProperty->second; in createSensorsCallback() local708 psuProperty.labelTypeName = std::visit( in createSensorsCallback()727 psuProperty.sensorScaleFactor = std::visit( in createSensorsCallback()737 if (psuProperty.sensorScaleFactor > 0) in createSensorsCallback()753 psuProperty.minReading = std::visit( in createSensorsCallback()768 psuProperty.maxReading = std::visit( in createSensorsCallback()783 psuProperty.sensorOffset = std::visit( in createSensorsCallback()801 if (!(psuProperty.minReading < psuProperty.maxReading)) in createSensorsCallback()910 << psuProperty.minReading << " Max " in createSensorsCallback()912 << psuProperty.sensorOffset << "\n"; in createSensorsCallback()[all …]