:orphan: .. index:: pair: struct; trc_update_test_iter_data .. _doxid-structtrc__update__test__iter__data: struct trc_update_test_iter_data ================================ .. toctree:: :hidden: Overview ~~~~~~~~ TRC Update test iteration data attached to iteration in TRC DB :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_update_test_iter_data { // fields trc_exp_results :ref:`new_results`; trc_exp_results :ref:`df_results`; :ref:`trc_update_rule`* :ref:`rule`; int :ref:`rule_id`; bool :ref:`to_save`; bool :ref:`to_save_old`; int :ref:`counter`; int :ref:`results_id`; bool :ref:`in_wildcard`; bool :ref:`filtered`; :ref:`res_simpl_stat` :ref:`r_simple`; trc_update_args_groups :ref:`all_wilds`; :ref:`trc_report_argument`* :ref:`args`; unsigned int :ref:`args_n`; unsigned int :ref:`args_max`; int* :ref:`set_nums`; int :ref:`nums_cnt`; int :ref:`nums_max`; }; .. _details-structtrc__update__test__iter__data: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TRC Update test iteration data attached to iteration in TRC DB Fields ------ .. index:: pair: variable; new_results .. _doxid-structtrc__update__test__iter__data_1ab9cf5ba8abec93c05a57ac3bb2767399: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_exp_results new_results Non-matching test results from logs .. index:: pair: variable; df_results .. _doxid-structtrc__update__test__iter__data_1ac0067d5e8750f2e7a9bf1cbb7507aace: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_exp_results df_results Test results from the second group of logs which was not found in the first group of logs .. index:: pair: variable; rule .. _doxid-structtrc__update__test__iter__data_1a1cfeff1f93cd99a8731197b4980f0941: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_update_rule`* rule Updating rule for this iteration .. index:: pair: variable; rule_id .. _doxid-structtrc__update__test__iter__data_1a9d9cc0705e1a083fde5d7c8c34b11d04: .. ref-code-block:: cpp :class: doxyrest-title-code-block int rule_id It needs to be saved for correct "user_attr" attribute setting because rules itself are cleared before saving resulting XML file .. index:: pair: variable; to_save .. _doxid-structtrc__update__test__iter__data_1a883ae078a8d32bcd563baeb319680eae: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool to_save Should this iteration be saved? .. index:: pair: variable; to_save_old .. _doxid-structtrc__update__test__iter__data_1aaa36a00e39d4cb402604212a8980b156: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool to_save_old Previous value of to_save .. index:: pair: variable; counter .. _doxid-structtrc__update__test__iter__data_1ae5792dae1ddce40d50e5309efeeeab45: .. ref-code-block:: cpp :class: doxyrest-title-code-block int counter This counter is used for discovering skipped iterations .. index:: pair: variable; results_id .. _doxid-structtrc__update__test__iter__data_1a16efbb1c0e0e42b68e375ade2d92120f: .. ref-code-block:: cpp :class: doxyrest-title-code-block int results_id Results ID (used in wildcards generation) .. index:: pair: variable; in_wildcard .. _doxid-structtrc__update__test__iter__data_1a111e579566c5a7450e2e6b012cbfd454: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool in_wildcard Whether this iteration in some wildcard already or not .. index:: pair: variable; filtered .. _doxid-structtrc__update__test__iter__data_1a60a696d15f2d04fd5933b042bd006575: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool filtered Iteration was found in fake filter log .. index:: pair: variable; r_simple .. _doxid-structtrc__update__test__iter__data_1afaa3a73cbd9e4d006b1dd5075b1580ad: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`res_simpl_stat` r_simple Results simplification status .. index:: pair: variable; all_wilds .. _doxid-structtrc__update__test__iter__data_1aa65e4e99bb4a4a8331670dd7bfdf7cda: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_update_args_groups all_wilds Here all possible wildcards defining the same iteration(s) can be stored .. index:: pair: variable; args .. _doxid-structtrc__update__test__iter__data_1aaac8e403508ae74e089ef9ffda1d0bac: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`trc_report_argument`* args Iteration arguments .. index:: pair: variable; args_n .. _doxid-structtrc__update__test__iter__data_1a88d71ff44291ea923a98e8c9d3ea0b72: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int args_n Number of arguments .. index:: pair: variable; args_max .. _doxid-structtrc__update__test__iter__data_1a1c0c114106272e3ea5894463ba1c4469: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int args_max Count of elements for each space was allocated in arguments array .. index:: pair: variable; set_nums .. _doxid-structtrc__update__test__iter__data_1a045de6abe588fbe5ded48c2df91fe521: .. ref-code-block:: cpp :class: doxyrest-title-code-block int* set_nums Numbers of sets in which this iteration is included .. index:: pair: variable; nums_cnt .. _doxid-structtrc__update__test__iter__data_1a2dc2a348259d2a1ece3709bc6bf9b4e7: .. ref-code-block:: cpp :class: doxyrest-title-code-block int nums_cnt Count of sets .. index:: pair: variable; nums_max .. _doxid-structtrc__update__test__iter__data_1a10c031ae8308a911dd232229f0f4fee3: .. ref-code-block:: cpp :class: doxyrest-title-code-block int nums_max Maximum count of sets before reallocation of memory will be required