|
EDCS Reference Manual
Types EDCS_Organization_Dictionary_Entry |
|---|
/* * STRUCT: EDCS_Organization_Dictionary_Entry * * This data type is used to hold EO Dictionary Entries. */
| typedef | struct | ||
| { | |||
| EDCS_Organization_Code | code; | ||
| EDCS_Organization_Label | label; | ||
| const | EDCS_Character | *symbolic_constant; | |
| const | EDCS_Character | *definition; | |
| EDCS_Short_Integer_Unsigned | eg_count; | ||
| const | EDCS_Group_Dictionary_Entry | *eg_list; | |
| EDCS_Reference_Type | reference_type; | ||
| const | EDCS_Character | *reference; |
|