EDCS Reference Manual
Concept Mapping from FACC 2.1 to EDCS 4.4
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:Index.