chenluhua1980
2026-01-10 9198ac12e4e2ff64a2cf65c32d576f02d54c346a
SourceCode/Bond/Servo/CEqWriteStep.cpp
@@ -41,9 +41,10 @@
   {
      CWriteStep::getAttributeVector(attrubutes);
      unsigned int weight = 31;
      std::string strTemp;
      attrubutes.addAttribute(new CAttribute("Data Dev",
         ("W" + CToolUnits::toHexString(m_nDataDev, strTemp)).c_str(), ""));
         ("W" + CToolUnits::toHexString(m_nDataDev, strTemp)).c_str(), "", weight++));
   }
   int CEqWriteStep::onComplete()
@@ -63,4 +64,13 @@
      return 0;
   }
   int CEqWriteStep::onReadRetDataError()
   {
      if (m_onWritedBlock != nullptr) {
         m_onWritedBlock(WREAD_RET_ERR);
      }
      return 0;
   }
}