|
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; |
|