00001 #ifndef TAB_SPIN_DB_BXMASK__hh 00002 #define TAB_SPIN_DB_BXMASK__hh 00003 #include "spinConstDB.hh" 00004 00005 /* 00006 * Mask for 120 bXings @ STAR 00007 */ 00008 struct spinDbBXmask { 00009 unsigned char bXmask[SPINDbMaxBXings]; /* 0=use=default, non-0=drop bXing, range=(0,119) at STAR IP */ 00010 char comment[SPINDbMaxComment]; 00011 }; 00012 00013 #endif 00014
1.5.9