struct rcf_tce_comp_conf
Overview
The TCE configuration of a TA component. More…
#include <rcf_tce_conf.h> struct rcf_tce_comp_conf { // fields char* name; char* build; // methods SLIST_ENTRY(rcf_tce_comp_conf); };
Detailed Documentation
The TCE configuration of a TA component.
Fields
char* name
The name of the TA component.
char* build
The build directory.