mrDarker
2025-07-03 d3118e7ab94545d4c7579040da9a192d72ff7e25
SourceCode/Bond/Servo/CEqModeChangeStep.cpp
@@ -39,7 +39,9 @@
   {
      CWriteStep::getAttributeVector(attrubutes);
      unsigned int weight = 31;
      std::string strTemp;
      attrubutes.addAttribute(new CAttribute("Equipment Mode Dev",
         std::to_string(m_nEqModeDev).c_str(), ""));
         ("W" + CToolUnits::toHexString(m_nEqModeDev, strTemp)).c_str(), "", weight++));
   }
}