struct rcf_tce_type_conf
Overview
The TCE configuration of a TA type. More…
#include <rcf_tce_conf.h> struct rcf_tce_type_conf { // fields char* name; char* base; // methods SLIST_ENTRY(rcf_tce_type_conf); SLIST_HEAD(rcf_tce_comp_conf); };
Detailed Documentation
The TCE configuration of a TA type.
Fields
char* name
The name of the TA type.
char* base
The base of build directories.
Methods
SLIST_HEAD(rcf_tce_comp_conf)
TCE configurations of TA components.