From 03493252ce77b27ff1c57bea22598ccf53e92ca3 Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期四, 11 十二月 2025 17:47:42 +0800
Subject: [PATCH] 1.VCR事件上报模拟测试通过。
---
SourceCode/Bond/x64/Debug/CollectionEventList.txt | 2 +-
SourceCode/Bond/Servo/Model.cpp | 2 +-
SourceCode/Bond/x64/Debug/ReportList.txt | 1 +
SourceCode/Bond/x64/Debug/VariableList.txt | 1 +
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/SourceCode/Bond/Servo/Model.cpp b/SourceCode/Bond/Servo/Model.cpp
index 777ce1b..49d791e 100644
--- a/SourceCode/Bond/Servo/Model.cpp
+++ b/SourceCode/Bond/Servo/Model.cpp
@@ -297,7 +297,7 @@
masterListener.onEqVcrEventReport = [&](void* pMaster, SERVO::CEquipment* pEquipment, SERVO::CVcrEventReport* pReport) {
LOGE("<CModel>onEqVcrEventReport.");
if (pReport != nullptr) {
- m_hsmsPassive.setVariableValue("PanelStartID", pReport->getGlassId().c_str());
+ m_hsmsPassive.setVariableValue("VCRPanelID", pReport->getGlassId().c_str());
int nRet = m_hsmsPassive.requestEventReportSend_OCR_PanelID_Read_OK();
if (nRet != ER_NOERROR) {
LOGE("<CModel>requestEventReportSend_OCR_PanelID_Read_OK failed, ret=%d", nRet);
diff --git a/SourceCode/Bond/x64/Debug/CollectionEventList.txt b/SourceCode/Bond/x64/Debug/CollectionEventList.txt
index 9029707..5a53e5c 100644
--- a/SourceCode/Bond/x64/Debug/CollectionEventList.txt
+++ b/SourceCode/Bond/x64/Debug/CollectionEventList.txt
@@ -49,4 +49,4 @@
50008,Port_Unload_Ready,,(50008)
50009,Port_Load_Ready,,(50009)
50010,Port_Blocked,,(50010)
-50011,TestEvent,TestEvent,娴嬭瘯涓�涓�,(50011)
+50011,OCR_PanelID_Read_OK,鎵爜浜嬩欢涓婃姤,(50012)
diff --git a/SourceCode/Bond/x64/Debug/ReportList.txt b/SourceCode/Bond/x64/Debug/ReportList.txt
index 803c147..bec435a 100644
--- a/SourceCode/Bond/x64/Debug/ReportList.txt
+++ b/SourceCode/Bond/x64/Debug/ReportList.txt
@@ -27,3 +27,4 @@
50009,(5011)
50010,(5012)
50011,(5013)
+50012,(5014)
diff --git a/SourceCode/Bond/x64/Debug/VariableList.txt b/SourceCode/Bond/x64/Debug/VariableList.txt
index dbfe45b..be26d31 100644
--- a/SourceCode/Bond/x64/Debug/VariableList.txt
+++ b/SourceCode/Bond/x64/Debug/VariableList.txt
@@ -48,3 +48,4 @@
5011,LoadReadyPortId,U1,"Port ID"
5012,BlockedPortId,U1,"Port ID"
5013,TestVID,U1,娴嬭瘯娣诲姞鍙橀噺55
+5014,VCRPanelID,A20,Panel id,鏉ヨ嚜璇荤爜鍣�
--
Gitblit v1.9.3