lansh

首页 新随笔 联系 订阅 管理


 1 //////////////////////////////////////////////////////////////////////////////////////////
 2 struct XStmInfo
 3 {
 4     BYTE abyCountVC12[TU12_IN_VC4];
 5     WORD awCountVC12by3[TU3_IN_VC4];
 6     BYTE abyCountVC11[TU11_IN_VC4];
 7     WORD awCountVC11by3[TU3_IN_VC4];
 8     BYTE abyCountVC3[TU3_IN_VC4];
 9     BYTE byCountVC4;
10     BYTE level;
11     bool mode;
12     SMatrixPort in;
13 };
14 
15 #ifdef XARITH_TEST
16 inline ostream& operator<< (ostream& output, const SBoardPort& port)
17 {
18     output << (string)port;
19     return output;
20 }
21 #endif
22 
23 
posted on 2007-05-14 16:53  lansh  阅读(161)  评论(0编辑  收藏  举报