EDCS Reference Manual
Types
EDCS_Unit_Status
/*
 * REGISTERABLE ENUM: EDCS_Unit_Status
 *
 *   Specifies the different possible unit status values, where unit status
 *   refers to recommended unit concepts, accepted unit concepts, deprecated
 *   unit concepts, and concepts that are not in the scope of SI.
 */
typedef EDCS_Integer EDCS_Unit_Status;
Enumerant Definition Value
EDCS_UNIT_STAT_RECOMMENDED
 The EU has been recommended.
1
EDCS_UNIT_STAT_ACCEPTED
 The EU has been accepted.
2
EDCS_UNIT_STAT_DEPRECATED
 The EU has been deprecated.
3
EDCS_UNIT_STAT_NOT_SI
 The EU represents a unit that is not in the scope of SI.
4



Prev: EDCS_Unit_Scale_Label. Next: EDCS_Value_Characteristic_Applicability.


Return to: Top of this Page, Type Index