:orphan: .. index:: pair: struct; trc_update_ctx .. _doxid-structtrc__update__ctx: struct trc_update_ctx ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Context of TRC Update tool :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct trc_update_ctx { // fields uint64_t :ref:`flags`; :ref:`te_trc_db`* :ref:`db`; unsigned int :ref:`db_uid`; tqh_strings :ref:`test_names`; tqh_strings :ref:`tags_gen_list`; tqh_strings :ref:`tags`; tqh_strings :ref:`collected_tags`; trc_update_tags_logs :ref:`tags_logs`; char* :ref:`fake_log`; char* :ref:`fake_filt_log`; char* :ref:`rules_load_from`; char* :ref:`rules_save_to`; char* :ref:`cmd`; :ref:`func_args_match_ptr` :ref:`func_args_match`; char* :ref:`tags_gather_to`; char* :ref:`logs_dump`; :ref:`logic_expr`* :ref:`merge_expr`; char* :ref:`merge_str`; trc_update_tests_groups :ref:`updated_tests`; trc_update_rules :ref:`global_rules`; int :ref:`cur_lnum`; }; .. _details-structtrc__update__ctx: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Context of TRC Update tool Fields ------ .. index:: pair: variable; flags .. _doxid-structtrc__update__ctx_1a465df2008cc533f69fa910ec8c9a2f0d: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t flags Flags .. index:: pair: variable; db .. _doxid-structtrc__update__ctx_1af88ef1d3ecd159e1bee601da6e8755ed: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_trc_db`* db TRC DB .. index:: pair: variable; db_uid .. _doxid-structtrc__update__ctx_1a97219e6a02cb710ad31012a2ee2654ad: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int db_uid TRC DB user ID .. index:: pair: variable; test_names .. _doxid-structtrc__update__ctx_1ada18e4ef4f5cf6082e916fd4a8dabfe9: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings test_names Test paths .. index:: pair: variable; tags_gen_list .. _doxid-structtrc__update__ctx_1a7408dc4e5adf4bede80bb8d3476d8cb7: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings tags_gen_list List of tags for automatical determining of tag expression for a log .. index:: pair: variable; tags .. _doxid-structtrc__update__ctx_1a2b467900fbff3f4f01dd4e4bda177075: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings tags Tags from currently processed logs .. index:: pair: variable; collected_tags .. _doxid-structtrc__update__ctx_1a576e58a8892ab9799f72f73d2c293ea2: .. ref-code-block:: cpp :class: doxyrest-title-code-block tqh_strings collected_tags Full list of tags appeared in processed logs .. index:: pair: variable; tags_logs .. _doxid-structtrc__update__ctx_1a98906f85e1d3f496a2a742555b5b752e: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_update_tags_logs tags_logs Queue of logs grouped by tag expressions .. index:: pair: variable; fake_log .. _doxid-structtrc__update__ctx_1a0757276727c8bb9154b870405202f54f: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* fake_log Tester fake run XML log path .. index:: pair: variable; fake_filt_log .. _doxid-structtrc__update__ctx_1a2d1bc204fd917db423aa59fc0e8cbcd9: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* fake_filt_log Tester fake run XML log path (this log is used for filtering out iterations not matching some reqs) .. index:: pair: variable; rules_load_from .. _doxid-structtrc__update__ctx_1a3e58264dc8c11945cd4881cc1be702d7: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* rules_load_from Path to file with updating rules to apply .. index:: pair: variable; rules_save_to .. _doxid-structtrc__update__ctx_1ad41092c88341e324756b5b9cec0ba1d4: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* rules_save_to Path to file where generated updating rules should be saved .. index:: pair: variable; cmd .. _doxid-structtrc__update__ctx_1a88ff7d395809a4cd0185f85c763c6194: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* cmd Command used to run TRC Update Tool .. index:: pair: variable; func_args_match .. _doxid-structtrc__update__ctx_1a472f1767d5c5886188e1bc6f4a89f926: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`func_args_match_ptr` func_args_match Function to match iterations in TRC with iterations from logs .. index:: pair: variable; tags_gather_to .. _doxid-structtrc__update__ctx_1af18298629c45d355e8dec5658624fd49: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* tags_gather_to Where to save gathered tags .. index:: pair: variable; logs_dump .. _doxid-structtrc__update__ctx_1a230807ff3685e55a7b14292f7032d2c3: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* logs_dump Path to logs dump .. index:: pair: variable; merge_expr .. _doxid-structtrc__update__ctx_1af2267c281ff9272908b976f1420f2e07: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`logic_expr`* merge_expr Tag expression with which new results should be merged into existing database .. index:: pair: variable; merge_str .. _doxid-structtrc__update__ctx_1aaace27efa19da43bcee937e7c5f8212c: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* merge_str String representation of tag expression .. index:: pair: variable; updated_tests .. _doxid-structtrc__update__ctx_1a5c6bc77b2c1a1065e8dc9883afc63ea0: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_update_tests_groups updated_tests Groups of tests to be updated .. index:: pair: variable; global_rules .. _doxid-structtrc__update__ctx_1ac4c01d338a8ec067f0e88d7047c0c7ce: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_update_rules global_rules Updating rules which can be applied to any iteration of any test .. index:: pair: variable; cur_lnum .. _doxid-structtrc__update__ctx_1a17d4be3d196df55b1903d01fd33f8ce1: .. ref-code-block:: cpp :class: doxyrest-title-code-block int cur_lnum Number of currently parsed log