| | |
| | | |
| | | #include "KBusDefine.h" |
| | | |
| | | #include "KMachine.h" |
| | | //#include "KBus.h" |
| | | |
| | | |
| | | const stKMInfoBlock KMInfoBlock = |
| | | { |
| | | // sizeof(stKMInfoBlock), |
| | | (BOARD_TYPE<<8) + BOARD_VER, //nDeviceType BOARD_VER, //nDevieVer |
| | | 0x0109, //ProgVer |
| | | 0x0102, //KLinkVer |
| | | KBUS_VER, //KBusVer |
| | | // 0x0100, //KNetVer |
| | | // 0x0100, //KWLVer |
| | | |
| | | 4, //nCapacity1 ?K |
| | | 1, //nCapacity2 ?k |
| | | |
| | | DINPUT, //nDInput; |
| | | DOUTPUT, //nDOutput |
| | | |
| | | 0, //nAInput |
| | | 0, //nAOutput |
| | | 0, //nHInput |
| | | 0, //nHOutput |
| | | 0, //nExt1; |
| | | 0, //nExt2; |
| | | 0, //nLogSize; |
| | | 0, //nPorts; |
| | | 0, //nManSize; |
| | | 0, //nAbility; |
| | | 6, //nSwitchBits; |
| | | }; |
| | | |
| | | |
| | | |
| | | const stDeviceInfo MyDeviceInfo={ |
| | | |
| | | (BOARD_TYPE<<8) + BOARD_VER, //nDeviceTypeVer // unsigned short ClientType; // 子机类型 |