:orphan: .. index:: pair: struct; tapi_env_host .. _doxid-structtapi__env__host: struct tapi_env_host ==================== .. toctree:: :hidden: Overview ~~~~~~~~ Host entry in environment :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_env_host { // fields tapi_env_processes :target:`processes`; char* :ref:`name`; char* :ref:`ta`; char* :ref:`libname`; // methods :ref:`SLIST_ENTRY`(tapi_env_host); }; .. _details-structtapi__env__host: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Host entry in environment Fields ------ .. index:: pair: variable; name .. _doxid-structtapi__env__host_1ab35da6862e74722e31a8877b2aa5a218: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name List of processes on a host Name of the host .. index:: pair: variable; ta .. _doxid-structtapi__env__host_1a0b683160a764ad630f01041e3e647826: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ta Name of TA located on the host .. index:: pair: variable; libname .. _doxid-structtapi__env__host_1a05e432e659b333e7609f458dce74d369: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* libname Name of dynamic library to be used on the host as IUT Methods ------- .. index:: pair: function; SLIST_ENTRY .. _doxid-structtapi__env__host_1a2137a7d3f516c2140fd1f4e3802b35f0: .. ref-code-block:: cpp :class: doxyrest-title-code-block SLIST_ENTRY(tapi_env_host) Links