EDCS Reference Manual
Concept Mapping from EDCS EDCS 4.x to FACC 2.1 Types
EDCS_Attribute_Value_Entry
/*
 * STRUCT: EDCS_Attribute_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 ea_value;
} EDCS_Attribute_Value_Entry;



Up:Type Index.