LAPTOP-SNT8I5JK\Boounion
2025-05-10 71d7d20abf9f367f8390b7e954042b32c728e513
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);
      }