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

timing.h

00001 #ifndef TIMING_H
00002 #define TIMING_H 
00003 
00004 /* A timing structure for sendConfigSet: */
00005 typedef struct CfgTiming {
00006     /* *_mk: construction time, *_len: bit length */
00007     UINT32  total, setup, cfg;
00008     UINT32  enableDT_mk, enableDT_len, gbl_mk, gbl_len, reg_mk, reg_len;
00009 
00010     UINT32  il, xmit;
00011     UINT32  ngbl, nreg;
00012 } CfgTiming;
00013 
00014 #endif /* Multiple-inclusion protection */

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