EDCS Reference Manual
Concept Mapping from EDCS 4.4 to FACC 2.1
Functions
EDCS to FACC PrintFACCValueType
extern const char *
EDCS_to_FACC_PrintFACCValueType
(
FACC_Value_Type value_type_in (notes)
);

Definition

Translates the given FACC_Value_Type into a buffer that is suitable for printing.


Returns

static buffer, containing error message if value_type_in is not recognized; otherwise, buffer is set to the string name equivalent to value_type_in. Note that if you want to keep the results of this function, you must copy them out of the pointer that is returned, because the contents of the buffer will be overwritten the next time this function is called.


Parameters Notes


value_type_in

FACC_Value_Type enumerant whose string representation is being retrieved


Prev: EDCS_to_FACC_MapClassificationCode. Next: EDCS_to_FACC_PrintMappingType. Up:Function Index.