:orphan: .. index:: pair: struct; trc_update_test_entry .. _doxid-structtrc__update__test__entry: struct trc_update_test_entry ============================ .. toctree:: :hidden: Overview ~~~~~~~~ Entry of queue containing information about tests to be updated :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_update_test_entry { // fields :ref:`trc_test`* :ref:`test`; trc_update_args_groups* :ref:`sets`; int :ref:`sets_cnt`; int :ref:`sets_max`; // methods :ref:`TAILQ_ENTRY`(trc_update_test_entry); }; .. _details-structtrc__update__test__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Entry of queue containing information about tests to be updated Fields ------ .. index:: pair: variable; test .. _doxid-structtrc__update__test__entry_1a7d39310ac7bf34a7f7e5e19c77fb4129: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_test`* test Test in TRC DB .. index:: pair: variable; sets .. _doxid-structtrc__update__test__entry_1abb3ce31d0688a13ccf1420707e621e21: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_update_args_groups* sets Sets of iterations described by all possible iteration records .. index:: pair: variable; sets_cnt .. _doxid-structtrc__update__test__entry_1af18479686920f9ee9e0231abd34815f1: .. ref-code-block:: cpp :class: doxyrest-title-code-block int sets_cnt Count of sets .. index:: pair: variable; sets_max .. _doxid-structtrc__update__test__entry_1a827ad057a11b3461452e972606370dea: .. ref-code-block:: cpp :class: doxyrest-title-code-block int sets_max Maximum count of sets before reallocation will be required Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__update__test__entry_1a5300b05474f690b2a566a1ddfbcb40f8: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_update_test_entry) List links