|
EDCS Reference Manual
Types EDCS_Classification_Dictionary_Entry |
|---|
/* * STRUCT: EDCS_Classification_Dictionary_Entry * * This data type is used to hold EC Dictionary Entries. */
| typedef | struct | ||
| { | |||
| EDCS_Classification_Code | code; | ||
| EDCS_Classification_Label | label; | ||
| const | EDCS_Character | *symbolic_constant; | |
| const | EDCS_Character | *definition; | |
| EDCS_Short_Integer_Unsigned | eg_count; | ||
| const | EDCS_Group_Pair | *eg_list; | |
| EDCS_Reference_Type | reference_type; | ||
| const | EDCS_Character | *reference; |
|