:orphan: .. index:: pair: struct; rgt_xml2multi_opts .. _doxid-structrgt__xml2multi__opts: struct rgt_xml2multi_opts ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Storage for parsed command line options :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rgt_xml2multi_opts { // fields char* :ref:`shared_url`; char* :ref:`docs_url`; bool :ref:`depth_seq_names`; bool :ref:`index_only`; bool :ref:`single_node_match`; :ref:`rgt_match_type` :ref:`match_type`; char* :ref:`match_id`; uint32_t :ref:`match_depth`; uint32_t :ref:`match_seq`; bool :ref:`page_selector_set`; uint32_t :ref:`cur_page`; uint32_t :ref:`pages_count`; }; .. _details-structrgt__xml2multi__opts: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Storage for parsed command line options Fields ------ .. index:: pair: variable; shared_url .. _doxid-structrgt__xml2multi__opts_1a67f1ec0912eaa1f17f0be6f80de2550c: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* shared_url URL for common files (images, styles etc.). If this value is NULL, all of the files are copied from the tool installation directory to report output directory. .. index:: pair: variable; docs_url .. _doxid-structrgt__xml2multi__opts_1a058ca4d0aababe661afc1df76a9e6883: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* docs_url Base URL for doxygen-generated documentation for tests .. index:: pair: variable; depth_seq_names .. _doxid-structrgt__xml2multi__opts_1a53ceffb4715b2769a48918b6a6a65a1b: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool depth_seq_names Name all files by depth and sequence numbers in tree, including test iteration nodes. If this is turned off, then test iteration nodes will be named by node ID. If this is turned on, references to logs files in TRC report will be broken. .. index:: pair: variable; index_only .. _doxid-structrgt__xml2multi__opts_1ae51850616484bd4611ff378253a68bdf: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool index_only If ``true``, output HTML index files only .. index:: pair: variable; single_node_match .. _doxid-structrgt__xml2multi__opts_1a66185d465181bcb8618563c0dbf1e227: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool single_node_match If ``true``, output log only for specified log node .. index:: pair: variable; match_type .. _doxid-structrgt__xml2multi__opts_1abe3bf1f609c7ee590e32b33de7e605fa: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rgt_match_type` match_type How a single log node was specified .. index:: pair: variable; match_id .. _doxid-structrgt__xml2multi__opts_1a79c3bb0ad7edd869944742700961110c: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* match_id ID of log node .. index:: pair: variable; match_depth .. _doxid-structrgt__xml2multi__opts_1ad3e8e14261bb2c0171a98d715728db3f: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t match_depth Depth of log node .. index:: pair: variable; match_seq .. _doxid-structrgt__xml2multi__opts_1a37042d3c887a24c1d605e85dfb5a6789: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t match_seq Sequential number of log node .. index:: pair: variable; page_selector_set .. _doxid-structrgt__xml2multi__opts_1aaa6f2100124426d19ce855d9af6d4d50: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool page_selector_set Output page selector allowing to select page of large HTML log .. index:: pair: variable; cur_page .. _doxid-structrgt__xml2multi__opts_1ab04d29d826dc9a477e1e3570f253b943: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t cur_page Current page number .. index:: pair: variable; pages_count .. _doxid-structrgt__xml2multi__opts_1a7afa923ac9f6d51d8b3c1971791f3c2a: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t pages_count Total pages count