LAPTOP-SNT8I5JK\Boounion
2025-03-21 ef6c229b7dd70ef82a068ae198f23bc9a44dfad2
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()