StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rtsCndTrgDictEntry.h
1 #ifndef _RTSCNDTRGDICTENTRY_H_
2 #define _RTSCNDTRGDICTENTRY_H_
3 
4 #include "rtsDbConstants.h"
5 
7 {
9  // 10/04 index by hash rather than run
10  //int idx_rn;
11  unsigned int hash;
13 
14  /* char field[DB_MAX_STR_LEN]; removed as of version 10.0 */
15  /* int objectIdx; removed as of version 10.0 */
16  /* int registerIdx; removed as of version 10.0 */
17  int object; /* added as of version 10.0 */
18  int idx; /* added as of version 10.0 */
19  int reg; /* added as of version 10.0 */
20  char label[DB_MAX_STR_LEN];
21  int value; /* -1 for non-register values... */
22 
23  // 3/3/09
24  int defaultvalue;
25 };
26 
27 #endif