7 #ifndef __MRF_CONFITEM_H__     8 #define __MRF_CONFITEM_H__    57 #endif // __MRF_CONFITEM_H__ UInt_t flags
Flag field to store additional properties of data. 
 
UInt_t min
Minimum valid value. Corresponds to disabled for state data. 
 
UInt_t position
Holds the position of the data value in the data stream. 
 
Configuration Item to be used in TMrfData structures. 
 
UInt_t length
Holds the length of reserved space for the data value in the data stream. 
 
UInt_t registertype
Register content data type. 
 
UInt_t max
Maximum valid value. Corresponds to enabled for state data. 
 
mrf::registertype value
Holds the data value.