Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp882 auto compCount = pdr->composite_sensor_count; in printStateSensorPDR() local
884 while (compCount--) in printStateSensorPDR()
888 output.emplace(("stateSetID[" + std::to_string(compCount) + "]"), in printStateSensorPDR()
891 ("possibleStatesSize[" + std::to_string(compCount) + "]"), in printStateSensorPDR()
894 ("possibleStates[" + std::to_string(compCount) + "]"), in printStateSensorPDR()
900 if (compCount) in printStateSensorPDR()