EDCS Reference Manual
Concept Mapping from EDCS 4.4 to FACC 2.1
Types
FACC_2p1_Feature_Code
/*
 * STRUCT: FACC_2p1_Feature_Code 
 *
 *   Structure used to identify a FACC 2.1 Feature Code
 *
 */
typedef struct
{
char tag[5];
} FACC_2p1_Feature_Code;

Up:Type Index.