EDCS Reference Manual
Types
EDCS_Unit_Mapping_Structure
/*
 * STRUCT: EDCS_Unit_Mapping_Structure
 *
 *   Forward mapping information for an EDCS unit of measure.
 */
typedef struct
{
EDCS_Mapping_Type_Code map_type; (notes)
EDCS_Unit_Code eu_code; (notes)
EDCS_Scale_Code es_code; (notes)
EDCS_Character *information; (notes)
} EDCS_Unit_Mapping_Structure;


Field Notes


map_type

 Specifies the type and multiplicity of the forward mapping,
 which is needed to interpret the values of the remaining
 fields.

eu_code

 If map_type indicates that the concept was dropped without
 support, then this field carries no relevant information
 and is set to zero (0).

 Otherwise, this is the proper EU code in the target version
 of EDCS.

es_code

 If map_type indicates that the concept was dropped without
 support, then this field carries no relevant information
 and is set to zero (0).

 Otherwise, this is the proper ES code in the target version
 of EDCS.

information

 Provides any additional human-readable information that
 may be of interest to the user.



Prev: EDCS_Unit_Label. Next: EDCS_Unit_Status.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS