SourceCode/Bond/Servo/CWriteStep.cpp
@@ -139,11 +139,12 @@ void CWriteStep::getAttributeVector(CAttributeVector& attrubutes) { CStep::getAttributeVector(attrubutes); std::string temp; 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, temp)).c_str(), "")); } void CWriteStep::init()