00001 #ifndef _DETSDICTIONARY_H_
00002 #define _DETSDICTIONARY_H_
00003
00004 #include "rtsDbConstants.h"
00005
00006 struct detsDict
00007 {
00008 int first_idx_rn;
00009
00010 int det_idx;
00011
00012 char dbField[DB_MAX_STR_LEN];
00013 char label[DB_MAX_STR_LEN];
00014 };
00015
00016 #endif