EDCS Reference Manual
Concept Mapping from EDCS 4.4 to FACC 2.1
Functions
EDCS to FACC PrintMappingType
extern const char *
EDCS_to_FACC_PrintMappingType
(
FACC_Mapping_Type_Code mapping_type (notes)
);

Definition

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


Returns

static buffer, containing error message if mapping_type is not recognized; otherwise, buffer is set to the string name equivalent to mapping_type. 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


mapping_type

FACC_Mapping_Type_Code to be processed


Prev: EDCS_to_FACC_PrintFACCValueType. Next: EDCS_to_FACC_ShutdownMappingInfo. Up:Function Index.