Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.hpp52 constParam, enumerator
60 explicit SensorParam(double value) : value(value), paramType(constParam) {} in SensorParam()
H A DvirtualSensor.cpp37 case constParam: in getParamValue()