00001 #ifndef _RTSCNDPWCONDITION_H_ 00002 #define _RTSCNDPWCONDITION_H_ 00003 00004 struct rtsCndPwCondition 00005 { 00007 int idx_rn; 00008 int idx_which; // 1-pwc, 2-contamination, 3-trigger.L0Condition 00009 int idx_idx; 00011 00012 unsigned int onbits; 00013 unsigned int offbits; 00014 00015 unsigned int onbits1; // Support 128 bit conditions. onbits is lsw, onbits3 is msw 00016 unsigned int onbits2; 00017 unsigned int onbits3; 00018 00019 unsigned int offbits1; 00020 unsigned int offbits2; 00021 unsigned int offbits3; 00022 }; 00023 00024 #endif
1.5.9