:orphan: .. index:: pair: struct; ta .. _doxid-structta: struct ta ========= .. toctree:: :hidden: Overview ~~~~~~~~ Structure for one Test Agent :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ta { // fields struct ta* :ref:`next`; :ref:`rcf_talib_handle` :ref:`handle`; char* :ref:`name`; char* :ref:`type`; bool :ref:`enable_synch_time`; te_kvpair_h :ref:`conf`; :ref:`usrreq` :ref:`sent`; :ref:`usrreq` :ref:`waiting`; :ref:`usrreq` :ref:`pending`; unsigned int :ref:`flags`; time_t :ref:`reboot_timestamp`; int :ref:`sid`; bool :ref:`conn_locked`; int :ref:`lock_sid`; void* :ref:`dlhandle`; :ref:`ta_initial_task`* :ref:`initial_tasks`; char* :ref:`cold_reboot_ta`; const char* :ref:`cold_reboot_param`; int :ref:`cold_reboot_timeout`; bool :ref:`dynamic`; struct :ref:`rcf_talib_methods` :ref:`m`; :ref:`ta_reboot_context` :ref:`reboot_ctx`; }; .. _details-structta: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure for one Test Agent Fields ------ .. index:: pair: variable; next .. _doxid-structta_1abf35a8c7f897f19d248d10f855ab435f: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct ta* next Link to the next TA .. index:: pair: variable; handle .. _doxid-structta_1a9ba14864f2a0ca3ae3361a73a4280c38: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_talib_handle` handle Test Agent handle returned by start() method .. index:: pair: variable; name .. _doxid-structta_1aa83a08882952e5324f55b816147ee5b8: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Test Agent name .. index:: pair: variable; type .. _doxid-structta_1aa4c9f83f77f1e59350a063cea36f20fd: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* type Test Agent type .. index:: pair: variable; enable_synch_time .. _doxid-structta_1aeeb300bd4bd8a35714626fd2f64db418: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool enable_synch_time Enable synchronize time .. index:: pair: variable; conf .. _doxid-structta_1a3b3816c7b2ce9d12d31a67d64c290f85: .. ref-code-block:: cpp :class: doxyrest-title-code-block te_kvpair_h conf Configurations list of kv_pairs .. index:: pair: variable; sent .. _doxid-structta_1a398453f9f9317eb4c24f24fe03b68178: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`usrreq` sent User requests sent to the TA .. index:: pair: variable; waiting .. _doxid-structta_1a3ff1cef46e2428c86a20b5a2a0d050f6: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`usrreq` waiting User requests waiting for unblocking of TA connection .. index:: pair: variable; pending .. _doxid-structta_1ac5575b520c99178f7f957e561c29f0cb: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`usrreq` pending User requests pending until answer on previous request with the same SID is received .. index:: pair: variable; flags .. _doxid-structta_1a651247b2f1acedb30c0b76d5723c4a1e: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int flags Test Agent flags .. index:: pair: variable; reboot_timestamp .. _doxid-structta_1a2fa6e3a174bb43d8bc44d440a69c6399: .. ref-code-block:: cpp :class: doxyrest-title-code-block time_t reboot_timestamp Time of reboot command sending (in seconds) .. index:: pair: variable; sid .. _doxid-structta_1a37a91496362290e1727defbee0281b71: .. ref-code-block:: cpp :class: doxyrest-title-code-block int sid Free session identifier (starts from 2) .. index:: pair: variable; conn_locked .. _doxid-structta_1aa10485b2295cfce68185a9f296674302: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool conn_locked Connection is locked until the response from TA is received .. index:: pair: variable; lock_sid .. _doxid-structta_1adb6ea7fdbba6d7214fa06d6d84ea8842: .. ref-code-block:: cpp :class: doxyrest-title-code-block int lock_sid SID of the command locked the connection .. index:: pair: variable; dlhandle .. _doxid-structta_1a9ed49fdfcd94055beedd78b8d9327deb: .. ref-code-block:: cpp :class: doxyrest-title-code-block void* dlhandle Dynamic library handle .. index:: pair: variable; initial_tasks .. _doxid-structta_1abf0d53fd89884f20d6aa9bee653907bb: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ta_initial_task`* initial_tasks Startup tasks .. index:: pair: variable; cold_reboot_ta .. _doxid-structta_1a0d75c4df07dbbacd369c4f393e20d2ba: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* cold_reboot_ta Cold reboot TA name .. index:: pair: variable; cold_reboot_param .. _doxid-structta_1a96606c6bc95aecb526a94099e131d8be: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* cold_reboot_param Cold reboot params .. index:: pair: variable; cold_reboot_timeout .. _doxid-structta_1a7f0998a17918fa96b949f0a8303289c1: .. ref-code-block:: cpp :class: doxyrest-title-code-block int cold_reboot_timeout Waiting time for a cold reboot .. index:: pair: variable; dynamic .. _doxid-structta_1aa7d34e058a9f199c9d88731517d06cf6: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool dynamic Dynamic creation flag .. index:: pair: variable; m .. _doxid-structta_1a94a26cc4ba65305f7819afc0f971c007: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct :ref:`rcf_talib_methods` m TA-specific Methods .. index:: pair: variable; reboot_ctx .. _doxid-structta_1a63a6b54e9064e2f94d63d8b22656dcf2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ta_reboot_context` reboot_ctx Reboot context