mrDarker
2025-09-05 6b80da0fe2a6053b39802a6701db6df0ab1fde24
SourceCode/Bond/SGMeasurement/SGMeasurementDlg.h
@@ -3,6 +3,9 @@
//
#pragma once
#include "PLCSignalListener.h"
#include <map>
#include <vector>
#include <numeric>
@@ -330,4 +333,11 @@
    * @brief 标记程序是否通过托盘图标退出
    */
   BOOL m_bExitingFromTray;
   // === PLC 信号监听器 ===
   /**
    * @brief PLC 信号监听器实例,用于处理 PLC 信号事件
    */
   CPLCSignalListener m_plcListener;
};