From f631abac11b6d7c8091ed28b838a5d1f50e24825 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期三, 19 三月 2025 18:03:37 +0800 Subject: [PATCH] 1.把CSample替换为CIntent --- SourceCode/Bond/Servo/CEquipment.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/Servo/CEquipment.h b/SourceCode/Bond/Servo/CEquipment.h index ced2b57..1df97fd 100644 --- a/SourceCode/Bond/Servo/CEquipment.h +++ b/SourceCode/Bond/Servo/CEquipment.h @@ -86,7 +86,7 @@ CPin* getPin(char* pszName); std::vector<CPin*>& CEquipment::getInputPins(); std::vector<CPin*>& CEquipment::getOutputPins(); - virtual int recvSample(CPin* pPin, CSample* pSample); + virtual int recvIntent(CPin* pPin, CIntent* pIntent); // 以下为从CC-Link读取到的Bit标志位检测函数 -- Gitblit v1.9.3