EDCS Reference Manual
Types
EDCS_Unit_Scale_Dictionary_Entry
/*
 * STRUCT: EDCS_Unit_Scale_Dictionary_Entry
 *
 *   This data type is used to hold ES Dictionary Entries.
 */
typedef struct
{

EDCS_Unit_Scale_Code code;
EDCS_Unit_Scale_Label label;
const EDCS_Character *symbolic_constant;
const EDCS_Character *symbol;
const EDCS_Character *definition;
EDCS_Concept_Status concept_status;
} EDCS_Unit_Scale_Dictionary_Entry;



Prev: EDCS_Unit_Scale_Code. Next: EDCS_Unit_Scale_Label.


Return to: Top of this Page, Type Index