EDCS Reference Manual
Types
EDCS_Real_Value
/*
 * STRUCT: EDCS_Real_Value
 *
 *  Used to store single and interval values using the
 *   EDCS_Long_Float type including scale and unit.
 */
typedef struct
{
EDCS_Unit_Code unit;
EDCS_Scale_Code scale;
EDCS_Long_Float_Value value;
} EDCS_Real_Value;



Prev: EDCS_Organization_Schema_Label. Next: EDCS_Reference_Type.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS