:orphan: .. index:: pair: struct; test_attrs .. _doxid-structtest__attrs: struct test_attrs ================= .. toctree:: :hidden: Overview ~~~~~~~~ Attributes of any test (script, session) :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_attrs { // fields struct timeval :ref:`timeout`; unsigned int :ref:`track_conf`; :ref:`tester_handdown` :ref:`track_conf_hd`; }; .. _details-structtest__attrs: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Attributes of any test (script, session) Fields ------ .. index:: pair: variable; timeout .. _doxid-structtest__attrs_1ac2e051d4b77e425d6b69503ce1c0e7a8: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct timeval timeout Execution timeout .. index:: pair: variable; track_conf .. _doxid-structtest__attrs_1ab3f98627537e8403d35b6f77edfb3659: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int track_conf Type of configurations changes tracking .. index:: pair: variable; track_conf_hd .. _doxid-structtest__attrs_1a79e87ddab692de0762eecea146113352: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tester_handdown` track_conf_hd Inheritance of 'track_conf' attribute