From d7973a57409adb886b1a7d1c71555b6fb54bae6c Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期四, 19 六月 2025 10:01:41 +0800 Subject: [PATCH] 1.启动自动搬送时,先发送start到各机台 --- 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 76e78b0..8108f02 100644 --- a/SourceCode/Bond/Servo/CEquipment.h +++ b/SourceCode/Bond/Servo/CEquipment.h @@ -43,7 +43,7 @@ #define SIGNAL_UPSTREAM_TROUBLE 1 #define SIGNAL_INTERLOCK 2 #define SIGNAL_SEND_ABLE 3 - typedef std::function<int(int writeCode, int retCode)> ONWRITEDRET; + typedef std::function<void(int writeCode, int retCode)> ONWRITEDRET; typedef std::function<void(void* pEiuipment, BOOL bAlive)> ONALIVE; typedef std::function<void(void* pEiuipment, int code)> ONDATACHANGED; -- Gitblit v1.9.3