EDCS Reference Manual
Concept Mapping from EDCS 4.4 to FACC 2.1
Types
FACC_Attribute_With_Value_Mapping_Structure
/*
 * STRUCT: FACC_Attribute_With_Value_Mapping_Structure
 *
 * This structure will be returned from the call
 * EDCS_to_FACC_MapAttributeWithValue
 *
 * If the mapping_type field is FACC_MAP_TYP_ONE_TO_ONE then
 * the facc_attribute_with_value structure will be populated 
 * with the FACC Attribute Code and the corresponding value
 * If applicable, the unit and scale of the value will be 
 * proper for the FACC Attribute Code.
 *
 * If the mapping_type field is FACC_MAP_TYP_ONE_TO_ZERO then
 * no mapping could be found for the EDCS attribute or for the 
 * specific value given with the EDCS attribute.
 *
 */

typedef struct
{
FACC_Mapping_Type_Code mapping_type;
FACC_Attribute_With_Value facc_attribute_with_value;
const char * notes;
} FACC_Attribute_Mapping_Structure;



Return to: Top of this Page, Type Index