LAPTOP-SNT8I5JK\Boounion
2025-05-30 db7917ef2f84856d2c6b151aad0d128ba8b6fb53
SourceCode/Bond/Servo/CEqModeStep.cpp
@@ -19,11 +19,12 @@
   {
      CReadStep::getAttributeVector(attrubutes);
      unsigned int weight = 31;
      std::string strTemp;
      attrubutes.addAttribute(new CAttribute("Mode",
         std::to_string(m_nMode).c_str(), getModeDescription(strTemp).c_str()));
         std::to_string(m_nMode).c_str(), getModeDescription(strTemp).c_str(), weight++));
      attrubutes.addAttribute(new CAttribute("Mode Dev",
         std::to_string(m_nModeDev).c_str(), ""));
         ("W" + CToolUnits::toHexString(m_nModeDev, strTemp)).c_str(), "", weight++));
   }
   int CEqModeStep::onReadData()