EDCS Reference Manual
Concept Mapping from FACC 2.1 to EDCS 4.1 Functions EDCS MapFACC_2p1_AttributeIntegerCode |
---|
extern EDCS_Status_Code | |||||
EDCS_MapFACC_2p1_AttributeIntegerCode | |||||
( | |||||
const | FACC_2p1_Attribute_Code | * | fac_code_in_ptr, | (notes) | |
const | FACC_2p1_Attribute_Integer_Code | * | fac_enum_code_in, | (notes) | |
const | FACC_2p1_Enumerant_Mapping_Structure | * | * | mapping_info_out_ptr | (notes) |
); |
Retrieves mapping information for the given FACC Attribute Integer Code.
EDCS_SC_SUCCESS | and a handle to the requested mapping information is copied into *mapping_info_out_ptr, if valid parameters were passed in. |
EDCS_SC_NULL_REQUIRED_PARAMETER | and *mapping_info_out_ptr is left unaltered, if any parameter was NULL. |
EDCS_SC_INVALID_CODE | and *mapping_info_out_ptr is set to NULL, if fac_enum_code_in does not correspond to a valid attribute integer code. |
the FACC 2.1 Attribute Code whose enumerations mapping information is being retrieved
the FACC 2.1 attribute integer whose forward mapping information is being retrieved
pointer to a pointer variable in the user's memory space where a handle to the mapping information will be copied
Up:Index.
|