From f2ec2ff2640e8f02507e6fa44cd1ba1487a303ea Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期五, 21 二月 2025 09:15:43 +0800 Subject: [PATCH] 1.定义派生于CStep的类CEqModeStep,用于处理设备模式改变的事件。 --- SourceCode/Bond/Servo/Common.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/Common.h b/SourceCode/Bond/Servo/Common.h index 3fbaa5e..f6ab0b4 100644 --- a/SourceCode/Bond/Servo/Common.h +++ b/SourceCode/Bond/Servo/Common.h @@ -4,6 +4,10 @@ /* Rx Code */ #define RX_CODE_TEST 0 #define RX_CODE_LOG 1000 +#define RX_CODE_PASSIVE_STATUS_CHANGED 1001 +#define RX_CODE_MES_MESSAGE 1002 +#define RX_HSMS_TERMINAL_TEXT 1003 +#define RX_CODE_EQ_ALIVE 1004 /* Channel Name */ @@ -12,6 +16,7 @@ /* 颜色 */ #define APPDLG_BACKGROUND_COLOR RGB(255, 255, 255) +#define LOGDLG_BACKGROUND_COLOR RGB(255, 255, 255) /* LOG BTN */ @@ -21,3 +26,8 @@ #define BTN_LOG_BKGND_NORMAL RGB(232, 232, 232) #define BTN_LOG_BKGND_HOVER RGB(153, 217, 234) #define BTN_LOG_BKGND_PRESS RGB(133, 203, 225) + +/* Equipment ID */ +#define EQ_ID_EFEM 1 +#define EQ_ID_Bonder1 2 +#define EQ_ID_Bonder2 3 \ No newline at end of file -- Gitblit v1.9.3