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
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