QuakeGod
2024-10-14 005755edcdc332315ba077598d4746ac195b069e
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;