From 60e4e45bee9bb45c20dd2d25631efaca69980c20 Mon Sep 17 00:00:00 2001 From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com> Date: 星期四, 14 十一月 2024 17:44:12 +0800 Subject: [PATCH] 1. 添加Axis设定界面 --- 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