EDCS Reference Manual
Concept Mapping from EDCS 4.4 to FACC 2.1
Types
FACC_Attribute_With_Value
/*
* STRUCT: FACC_Attribute_With_Value
*
* This structure will be returned from the call
* EDCS_to_FACC_MapAttributeWithValue, and is also
* used inside the classificaton and attribute mapping
* structures below
*/

typedef struct
{


FACC_2p1_Attribute_Code
facc_attribute_code;

FACC_Value_Type
value_type;

union


{


EDCS_Integer
facc_code_value;

EDCS_Integer
facc_short_integer;
EDCS_Integer facc_long_integer;
EDCS_Long_Float facc_float_value;
const char * facc_text_value;
} u;
} FACC_Attribute_With_Value;


Return to: Top of this Page, Type Index