StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
RTS
include
DB
conditions
rtsCndTrgDictEntry.h
1
#ifndef _RTSCNDTRGDICTENTRY_H_
2
#define _RTSCNDTRGDICTENTRY_H_
3
4
#include "rtsDbConstants.h"
5
6
struct
rtsCndTrgDictEntry
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
rtsCndTrgDictEntry
Definition:
rtsCndTrgDictEntry.h:6
Generated by
1.8.5