Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

commTest.h

Go to the documentation of this file.
00001 /************************************************************************************/
00008 #ifndef COMM_TEST_H
00009 #define COMM_TEST_H
00010 
00012 
00019 #define N_COMM_TEST_REGS 32
00020 typedef struct SdspRegTest {
00021     uint32 reg[N_COMM_TEST_REGS];
00022 } SdspRegTest;
00023 
00024 typedef struct CommTest {
00025     uint32 codePos,  
00026            codeType, 
00027            slvBits,  
00028            nTimes,   
00029            intLoop,  
00030            nWords,   
00031            sdspAddr, 
00032            sdspSect, 
00033 
00034            check,    
00035            fBit;     
00036 } CommTest;
00037 
00038 #endif /* Multiple inclusion protection */

Generated on Thu Dec 15 21:14:24 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5