From 7eb19e6024af7f05cf94c66fb843439a3509147e Mon Sep 17 00:00:00 2001
From: QuakeGod <quakegod@sina.com>
Date: 星期一, 02 九月 2024 15:30:40 +0800
Subject: [PATCH] 2024-09-02

---
 ComLib/Inc/KMachine.h |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ComLib/Inc/KMachine.h b/ComLib/Inc/KMachine.h
index 4ced75d..d1f709d 100644
--- a/ComLib/Inc/KMachine.h
+++ b/ComLib/Inc/KMachine.h
@@ -528,18 +528,26 @@
 	uchar nMaxStations;
 	uchar nCurStations;
 	uchar nHealth;
-	void * pPortConfig;
 	short PortConfigType;
 	short PortConfigSize;
-	void * pPortRunStatus;
 	short PortRunStatType;
 	short PortRunStatSize;
+	
 	void * pInstance;					//閫氫俊缁撴瀯瀹炰綋
+	void * pPortConfig;
+	void * pPortRunStatus;
 	CommFuncDef ReqCommFunc;	//閫氫俊璇锋眰鍑芥暟鎸囬拡
 	// func2 CommReq;
 	
 }stPortDef,* pstPortDef;
 
+
+typedef struct tagPortPtDef
+{
+	void * pt;
+	
+}stPortPtDef,* pstPortPtDef;
+
 typedef struct tagInterComm
 {
 	int nId;

--
Gitblit v1.9.1