AIDA_tenValListEntryType

The values of the AIDA_tenValListEntryType enum are used in the AIDA_tstValListEntry structure to define the type of an entry.

typedef enum {
  AIDA_nenSingle = 0,
  AIDA_nenRange
} AIDA_tenValListEntryType;

Values

AIDA_nenSingle
The AIDA_tstValListEntry structure where this value is used represents a single value.
AIDA_nenRange
The AIDA_tstValListEntry structure where this value is used represents a range of values.

See Also

AIDA Overview, AIDA Structures And Datatypes, AIDA_tstReplacementTableEntry, AIDA_tenParamType, AIDA_tenParamAttrib, AIDA_tstParam, AIDA_tunParamVal, AIDA_tstValListEntry