EDCS Reference Manual
Types
EDCS_Attribute_Dictionary_Entry
/*
 * STRUCT: EDCS_Attribute_Dictionary_Entry
 *
 *   This data type is used to hold EA Dictionary Entries.
 */
typedef struct
{
EDCS_Attribute_Code code;
EDCS_Attribute_Label label;
const EDCS_Character *symbolic_constant;
const EDCS_Character *definition;
EDCS_Abstract_Value_Type value_type;
EDCS_Boolean state_applicable;
EDCS_Boolean qualifier_applicable;
EDCS_Short_Integer_Unsigned eq_count;
const EDCS_Unit_Equivalence_Code *eq_list;
EDCS_Short_Integer_Unsigned eg_count;
const EDCS_Group_Pair *eg_list;
EDCS_Short_Integer_Unsigned ee_count;
const EDCS_Enumerant_Dictionary_Entry *ee_list;
EDCS_Reference_Type reference_type;
const EDCS_Character *reference;
} EDCS_Attribute_Dictionary_Entry;



Prev: EDCS_Attribute_Code. Next: EDCS_Attribute_Label.


Return to: Top of this Page, Type Index

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