chenluhua1980
2025-11-14 fcfe1d4a6c0f06adb4716914901ccc76a88d8dba
SourceCode/Bond/Servo/CEqCimModeChangeStep.cpp
@@ -39,8 +39,9 @@
   {
      CWriteStep::getAttributeVector(attrubutes);
      unsigned int weight = 31;
      std::string strTemp;
      attrubutes.addAttribute(new CAttribute("Cim Mode Dev",
         ("W" + CToolUnits::toHexString(m_nCimModeDev, strTemp)).c_str(), ""));
         ("W" + CToolUnits::toHexString(m_nCimModeDev, strTemp)).c_str(), "", weight++));
   }
}