Searched refs:stepValueMB (Results 1 – 1 of 1) sorted by relevance
85 static constexpr const char *stepValueMB = "stepValueMB"; /**< step value in millibel. */ member386 std::string stepValueMBLiteral = getXmlAttribute(cur, Attributes::stepValueMB); in deserialize()387 uint32_t stepValueMB; in deserialize() local388 if (!stepValueMBLiteral.empty() && convertTo(stepValueMBLiteral, stepValueMB)) { in deserialize()389 gain->setStepValueInMb(stepValueMB); in deserialize()