LAPTOP-SNT8I5JK\Boounion
2025-04-30 d38d98d99e873d0a48e75aa9f8472cff4574c132
SourceCode/Bond/Servo/CEqProcessStep.cpp
@@ -3,6 +3,7 @@
#include "CEqProcessStep.h"
#include "Log.h"
#include "ToolUnits.h"
#include "CEquipment.h"
namespace SERVO {
@@ -94,8 +95,9 @@
         index += 20;
      }
      if (m_nCurrentGroup == m_nTotalGroup && m_listener.onEvent != nullptr) {
         m_listener.onEvent(this, STEP_EVENT_PROCESS_DATA, nullptr);
      if (m_nCurrentGroup == m_nTotalGroup) {
         ASSERT(m_pEquipment);
         m_pEquipment->onStepEvent(this, STEP_EVENT_PROCESS_DATA);
      }