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_Attribute_Value_Type type;
union
{
EDCS_Boolean boolean_entry;
EDCS_Integer integer_entry;
EDCS_Enumerant_Code enumerant_entry;
EDCS_Count integer_unsigned_entry;
EDCS_Character *string_entry;
EDCS_Character *constrained_string_entry;
EDCS_Long_Float_Entry float_entry;
EDCS_Integer_Interval integer_interval_entry;
EDCS_Integer_Interval integer_unsigned_interval_entry;
EDCS_Long_Float_Interval float_interval_entry;
} u;
} EDCS_Attribute_With_Value_Entry;



Prev: EDCS_Attribute_Value_Type. Next: EDCS_Boolean.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS