:orphan: .. index:: pair: struct; rcf_tce_comp_conf .. _doxid-structrcf__tce__comp__conf: struct rcf_tce_comp_conf ======================== .. toctree:: :hidden: Overview ~~~~~~~~ The TCE configuration of a TA component. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rcf_tce_comp_conf { // fields char* :ref:`name`; char* :ref:`build`; // methods :target:`SLIST_ENTRY`(rcf_tce_comp_conf); }; .. _details-structrcf__tce__comp__conf: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ The TCE configuration of a TA component. Fields ------ .. index:: pair: variable; name .. _doxid-structrcf__tce__comp__conf_1ad9ee04aef5c660d01df1e6ee02998259: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name The name of the TA component. .. index:: pair: variable; build .. _doxid-structrcf__tce__comp__conf_1a265b2cc517a2ec5604ee608a2fb62793: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* build The build directory.