Location:
ecamadvsettings.h
TValueInfo
Description
Value info settings. This data type provides additional information to specify the meaning of the returned array of values
and the related data set it describes.
ENotActive |
Not active. The data array should be empty.
|
EBitField |
Data is represented by one element TInt in the form of bitfields.
|
EDiscreteSteps |
Data is represented by individual elements.
|
EDiscreteRangeMinMaxStep |
Data set consists of discrete, magnitude ordered values, at uniform intervals. It can be described by the minimum, maximum
value and the step.
|
EContinuousRangeMinMax |
Data set is continuous. It can be described by the minimum and maximum value. The step is 1.
|
|