|
EDCS Reference Manual
Types EDCS_Group_Dictionary_Entry |
|---|
/* * STRUCT: EDCS_Group_Dictionary_Entry * * This data type is used to hold EG Dictionary Entries. */
| typedef | struct | ||
| { | |||
| EDCS_Organization_Code | eo_code; | ||
| EDCS_Group_Code | eg_code; | ||
| EDCS_Group_Label | label; | ||
| const | EDCS_Character | *symbolic_constant; | |
| const | EDCS_Character | *definition; | |
| EDCS_Reference_Type | reference_type; | ||
| const | EDCS_Character | *reference; |
|