From 71d7d20abf9f367f8390b7e954042b32c728e513 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期六, 10 五月 2025 11:00:44 +0800 Subject: [PATCH] 1.修复最初的数条日志无法显示的问题; --- SourceCode/Bond/Servo/CJobDataS.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/CJobDataS.h b/SourceCode/Bond/Servo/CJobDataS.h index a2e3964..62087b4 100644 --- a/SourceCode/Bond/Servo/CJobDataS.h +++ b/SourceCode/Bond/Servo/CJobDataS.h @@ -67,6 +67,9 @@ void setTargetPortNo(int no); int getTargetSlotNo(); void setTargetSlotNo(int no); + int serialize(char* pszBuffer, int nBufferSize); + int unserialize(const char* pszBuffer, int nBufferSize); + private: int m_nCassetteSequenceNo; -- Gitblit v1.9.3