| | |
| | | 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 |
| | | { |
| | |
| | | extern const stKMInfoBlock KMInfoBlock; |
| | | extern const stStoredKMSysCfg KMDefaultSysCfg; |
| | | |
| | | extern volatile int PowerDownEvent; |
| | | extern volatile int OldPowerDownEvent; |
| | | extern volatile int PowerDownFlag; |
| | | extern volatile int OldPowerDownFlag; |
| | | extern volatile int OldPowerDownEventTime; |
| | | |
| | | int KMachineInit(void); |