mrDarker
2025-08-04 a3943d169515d841e70c57703cbd9fcbf5409a5a
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;
};