SourceCode/Bond/Servo/CReadStep.cpp
@@ -129,10 +129,12 @@ void CReadStep::getAttributeVector(CAttributeVector& attrubutes) { CStep::getAttributeVector(attrubutes); std::string strTemp; attrubutes.addAttribute(new CAttribute("Current Step", std::to_string(m_nCurStep).c_str(), "")); attrubutes.addAttribute(new CAttribute("Signal Dev", std::to_string(m_nWriteSignalDev).c_str(), "")); ("W" + CToolUnits::toHexString(m_nWriteSignalDev, strTemp)).c_str(), "")); } void CReadStep::init()