EDCS Reference Manual
Concept Mapping from EDCS 4.4 to FACC 2.1
Types
FACC_Value_Type
/*
* REGISTERABLE ENUM: FACC_Value_Type
*
* This set of definitions is used to define the
* structure FACC_Attribute_With_Value which is
* used to represent any FACC attribute code with
* a given value, be it an integer/enumerant or
* floating point value, or string.
*/
typedef EDCS_Integer FACC_Value_Type;
Enumerant Definition Value
FACC_VAL_TYP_NULL The FACC Attribute has no value. 1
FACC_VAL_TYP_CODED The FACC Attribute has a coded value (represented by a EDCS_Integer). 2
FACC_VAL_TYP_SHORT_INTEGER The FACC Attribute has a short integer value (represented by a EDCS_Integer). 3
FACC_VAL_TYP_LONG_INTEGER The FACC Attribute has a long integer value (represented by a EDCS_Integer). 4
FACC_VAL_TYP_FLOAT The FACC Attribute has a float value (represented by a EDCS_Long_Float). 5
FACC_VAL_TYP_TEXT The FACC Attribute has a text value (represented by a const char *). 6



Return to: Top of this Page, Type Index