From fdc795edd6873ff1865260a9fe1f3f761664026c Mon Sep 17 00:00:00 2001 From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com> Date: 星期四, 14 十一月 2024 09:49:11 +0800 Subject: [PATCH] 1. PLC界面参考图片 --- SourceCode/Bond/BondEq/Model.h | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/SourceCode/Bond/BondEq/Model.h b/SourceCode/Bond/BondEq/Model.h index 9a74296..f9136b8 100644 --- a/SourceCode/Bond/BondEq/Model.h +++ b/SourceCode/Bond/BondEq/Model.h @@ -15,9 +15,8 @@ int init(); int term(); void onTimer(UINT nTimerid); - int createRemoteEqs(); CBonder& getBonder(); - BEQ::IRemoteEquipment* getBond1(); + BEQ::IEquipment* getEquipment(); public: int notify(int code); @@ -43,8 +42,7 @@ private: CBonder m_bonder; - BEQ::IServo* m_pServo; - BEQ::IRemoteEquipment* m_pEqBond1; + BEQ::IEquipment* m_pEquipment; int m_nTimerID; }; -- Gitblit v1.9.3