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