|
EDCS Reference Manual
Types EDCS_Float_Interval_Entry |
|---|
/* * STRUCT: EDCS_Float_Interval_Entry * * Provides forward mapping information in the case where a * real-valued EA is the target, with a specific attribute * value. */
| typedef | struct | |
| { | ||
| EDCS_Unit_Code | eu_code; | |
| EDCS_Scale_Code | es_code; | |
| EDCS_Float_Interval | interval; |
|