From 69d1e03745175dadece54b1dfce0738d5b5d8961 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期三, 19 二月 2025 15:54:47 +0800 Subject: [PATCH] Merge branch 'master' into clh --- SourceCode/Bond/Servo/CEquipment.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/CEquipment.h b/SourceCode/Bond/Servo/CEquipment.h index 765467c..2a9bd53 100644 --- a/SourceCode/Bond/Servo/CEquipment.h +++ b/SourceCode/Bond/Servo/CEquipment.h @@ -55,6 +55,7 @@ MemoryBlock& getReadBitBlock(); void setWriteBitBlock(unsigned int start, unsigned int end); MemoryBlock& getWriteBitBlock(); + void getProperties(std::vector<std::pair<std::string, std::string>>& container); int addStep(unsigned int addr, CStep* pStep); CStep* getStep(unsigned int addr); virtual void init(); -- Gitblit v1.9.3