mrDarker
2025-09-05 357b6294d03c0537b4abb74ed4b3f0a54f9d9915
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;
};