EDCS Reference Manual
Types
EDCS_Attribute_With_Value_Entry
/*
 * STRUCT: EDCS_Attribute_With_Value_Entry
 *
 *   Provides forward mapping information in the case where an
 *   EA is the target, with a specific attribute value.
 */
typedef struct
{
EDCS_Attribute_Code ea_code;
EDCS_LB_Value_Type type;
union
{
EDCS_Boolean boolean_entry;
EDCS_Integer integer_entry;
EDCS_Enumerant_Code enumerant_entry;
EDCS_Integer_Unsigned integer_unsigned_entry;
EDCS_Character *string_entry;
EDCS_Character *constrained_string_entry;
EDCS_Float_Entry float_entry;
EDCS_Integer_Interval integer_interval_entry;
EDCS_Integer_Unsigned_Interval integer_unsigned_interval_entry;
EDCS_Float_Interval float_interval_entry;
} u;
} EDCS_Attribute_With_Value_Entry;



Prev: EDCS_Attribute_Mapping_Structure. Next: EDCS_Boolean.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™