00001 #ifndef _RTSCNDTCDSETUP_H_ 00002 #define _RTSCNDTCDSETUP_H_ 00003 00004 // Added 10/04 00005 00006 #include "rtsDbConstants.h" 00007 00008 struct rtsCndTcdSetup 00009 { 00011 unsigned int hash; 00013 00014 int tcdId; 00015 int phase; 00016 int gg_width; 00017 int daq_busy; 00018 int delay4; 00019 int delay8; 00020 int res1; 00021 int res2; 00022 int res3; 00023 int res4; 00024 }; 00025 00026 #endif
1.5.9