:orphan: .. index:: pair: struct; trc_update_tests_group .. _doxid-structtrc__update__tests__group: struct trc_update_tests_group ============================= .. toctree:: :hidden: Overview ~~~~~~~~ Entry of queue containing information about groups of tests to be updated :ref:`More...<details-structtrc__update__tests__group>` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include <trc_update.h> struct trc_update_tests_group { // fields trc_update_test_entries :ref:`tests<doxid-structtrc__update__tests__group_1a08852f7a683e367f9ea5c074158a0543>`; char* :ref:`path<doxid-structtrc__update__tests__group_1a4af70a1c75fbe5bf8c9380632cc6c275>`; trc_update_rules* :ref:`rules<doxid-structtrc__update__tests__group_1aab4ea9afc588c8e208d569e6a5c4f5d2>`; // methods :ref:`TAILQ_ENTRY<doxid-structtrc__update__tests__group_1aa7d3d8cebc1c3c87e6579b6fd8b7b475>`(trc_update_tests_group); }; .. _details-structtrc__update__tests__group: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Entry of queue containing information about groups of tests to be updated Fields ------ .. index:: pair: variable; tests .. _doxid-structtrc__update__tests__group_1a08852f7a683e367f9ea5c074158a0543: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_update_test_entries tests Related tests .. index:: pair: variable; path .. _doxid-structtrc__update__tests__group_1a4af70a1c75fbe5bf8c9380632cc6c275: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* path Path in TRC DB .. index:: pair: variable; rules .. _doxid-structtrc__update__tests__group_1aab4ea9afc588c8e208d569e6a5c4f5d2: .. ref-code-block:: cpp :class: doxyrest-title-code-block trc_update_rules* rules Updating rules Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structtrc__update__tests__group_1aa7d3d8cebc1c3c87e6579b6fd8b7b475: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(trc_update_tests_group) List links