From 9ea5eea16629a2ab4473727e6b064f83f71aa46c Mon Sep 17 00:00:00 2001 From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com> Date: 星期一, 13 一月 2025 09:43:58 +0800 Subject: [PATCH] Merge branch 'clh' into liuyang --- SourceCode/Bond/BoounionPLC/Model.h | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/SourceCode/Bond/BoounionPLC/Model.h b/SourceCode/Bond/BoounionPLC/Model.h index cbdf836..48a52cb 100644 --- a/SourceCode/Bond/BoounionPLC/Model.h +++ b/SourceCode/Bond/BoounionPLC/Model.h @@ -38,18 +38,8 @@ int notifyTextAndInt(int code, const char* pszText, int exCode); int notifyMesMsg(int code, int stream, int function, const char* pszText); -private: - void readPLCDataRegularly(); - public: CConfiguration m_configuration; - -private: - int m_nVelocityRatio; // 速度比 - double m_dTactTime; // 周期时间 - int m_nDayShiftCapacity; // 白班产能 - int m_nNightShiftCapacity; // 夜班产能 - bool m_bBlBtnsStates[7]; // PLC View按钮状态 private: IObservable* m_pObservable; -- Gitblit v1.9.3