From e321862aa976acc151da3e3b983b34288800d975 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期四, 14 十一月 2024 08:37:51 +0800 Subject: [PATCH] 1.删简; --- 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