From a56b1aade6f788f68a2474f524f004706f0d14a7 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期三, 14 五月 2025 14:15:19 +0800
Subject: [PATCH] 1. 添加配方和PPID管理界面
---
SourceCode/Bond/Servo/SECSRuntimeManager.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/SourceCode/Bond/Servo/SECSRuntimeManager.h b/SourceCode/Bond/Servo/SECSRuntimeManager.h
index 67a194e..af9b16c 100644
--- a/SourceCode/Bond/Servo/SECSRuntimeManager.h
+++ b/SourceCode/Bond/Servo/SECSRuntimeManager.h
@@ -389,6 +389,8 @@
*/
void initPPIDTable();
+ std::vector<std::string> getAllPPID();
+
bool updatePPIDForRecipe(int nRecipeNo, const std::string& strPPID);
std::string getPPIDForRecipe(int nRecipeNo);
--
Gitblit v1.9.3