EDCS Reference Manual
Concept Mapping from EDCS 3.1 to EDCS 4.x Types
EDCS_Mapping_Entry
/*
 * STRUCT: EDCS_Mapping_Entry
 *
 *   Specifies the mapping of an individual target in a
 *   mapping structure's entry list.
 */
typedef struct
{

EDCS_Mapping_Entry_Type_Code type;
union
{
EDCS_Attribute_Code attribute_entry;
EDCS_Attribute_With_Value_Entry attr_value_entry;
EDCS_Value_Characteristic_Code_Entry characteristic_entry;
EDCS_Classification_Code class_entry;
} u;
} EDCS_Mapping_Entry;



Prev: EDCS_Attribute_With_Value_Entry. Next: EDCS_Mapping_Entry_Type_Code.


Return to: Top of this Page, Type Index