:orphan: .. index:: pair: struct; ta_inst .. _doxid-structta__inst: struct ta_inst ============== .. toctree:: :hidden: Overview ~~~~~~~~ Node of the TA single linked list :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ta_inst { // fields char :ref:`agent`[RCF_MAX_NAME]; char :ref:`type`[RCF_MAX_NAME]; uint32_t :ref:`sequence`; int :ref:`polling`; bool :ref:`thread_run`; pthread_t :ref:`thread`; int :ref:`flush_log`; // methods :ref:`SLIST_ENTRY`(ta_inst); }; .. _details-structta__inst: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Node of the TA single linked list Fields ------ .. index:: pair: variable; agent .. _doxid-structta__inst_1a0ec9da73a822581a5d820436eb7ace21: .. ref-code-block:: cpp :class: doxyrest-title-code-block char agent[RCF_MAX_NAME] TA name .. index:: pair: variable; type .. _doxid-structta__inst_1a198d396095bcfbc4bc67a0a41b777944: .. ref-code-block:: cpp :class: doxyrest-title-code-block char type[RCF_MAX_NAME] Type assigned for TA or NULL .. index:: pair: variable; sequence .. _doxid-structta__inst_1a0b3f38001985d1d792ddb5e7c3aa3838: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t sequence Incoming message sequence nmbr .. index:: pair: variable; polling .. _doxid-structta__inst_1a924d9c773eaf50dc27502d1fce9a70e0: .. ref-code-block:: cpp :class: doxyrest-title-code-block int polling Polling parameter value (in milliseconds) .. index:: pair: variable; thread_run .. _doxid-structta__inst_1ab572f7814a9c966681e7e655098f379c: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool thread_run Is thread running? .. index:: pair: variable; thread .. _doxid-structta__inst_1a52e164e04c889a92c256852884d73d00: .. ref-code-block:: cpp :class: doxyrest-title-code-block pthread_t thread Thread identifier .. index:: pair: variable; flush_log .. _doxid-structta__inst_1a68b495a45c210f96d77a94a14af53e00: .. ref-code-block:: cpp :class: doxyrest-title-code-block int flush_log 0 - normal processing; 1 - flush TA local log Methods ------- .. index:: pair: function; SLIST_ENTRY .. _doxid-structta__inst_1a95eaad982e63198887f5b8bda9203bc6: .. ref-code-block:: cpp :class: doxyrest-title-code-block SLIST_ENTRY(ta_inst) Pointer to the next structure