:orphan: .. index:: pair: enum; tester_cfg_walk_ctl .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3: enum tester_cfg_walk_ctl ======================== Overview ~~~~~~~~ Controls of Tester configuration traverse. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum tester_cfg_walk_ctl { :ref:`TESTER_CFG_WALK_CONT`, :ref:`TESTER_CFG_WALK_BACK`, :ref:`TESTER_CFG_WALK_BREAK`, :ref:`TESTER_CFG_WALK_SKIP`, :ref:`TESTER_CFG_WALK_EXC`, :ref:`TESTER_CFG_WALK_FIN`, :ref:`TESTER_CFG_WALK_STOP`, :ref:`TESTER_CFG_WALK_INTR`, :ref:`TESTER_CFG_WALK_FAULT`, :ref:`TESTER_CFG_WALK_EARGS`, }; .. _details-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Controls of Tester configuration traverse. Enum Values ----------- .. index:: pair: enumvalue; TESTER_CFG_WALK_CONT .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3aeb8a32b617fefd694218c588d74617c1: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_CONT Continue .. index:: pair: enumvalue; TESTER_CFG_WALK_BACK .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3a3778bee82f028a38860542ced24e0e05: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_BACK Continue in backward direction .. index:: pair: enumvalue; TESTER_CFG_WALK_BREAK .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3a94e197e16f5fe0d86a4181225fddfd9c: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_BREAK Break repetition or iteration loop and continue .. index:: pair: enumvalue; TESTER_CFG_WALK_SKIP .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3a7f2edd92a00817021ddfa19af760796c: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_SKIP Skip this item and continue with the rest .. index:: pair: enumvalue; TESTER_CFG_WALK_EXC .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3a034b20d3de823ad37f4bf9bb85e43142: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_EXC Call session exception handler .. index:: pair: enumvalue; TESTER_CFG_WALK_FIN .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3aeee4330f0445549627e6da6d01985c7f: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_FIN No necessity to walk new items, but call end callbacks of entered items .. index:: pair: enumvalue; TESTER_CFG_WALK_STOP .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3a5ba1b2d2a9a09e795a026baa4a5547e7: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_STOP Stop by user request .. index:: pair: enumvalue; TESTER_CFG_WALK_INTR .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3aee1c2d0bdb597292d9d7df78394eac0a: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_INTR Interrupt testing because of keep-alive validation or exception handler failure .. index:: pair: enumvalue; TESTER_CFG_WALK_FAULT .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3a163d20ea8b4b0b3e76596387d26b982f: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_FAULT Interrupt because of internal error .. index:: pair: enumvalue; TESTER_CFG_WALK_EARGS .. _doxid-tester__conf_8h_1a68a8f198e60c6227956298445d81ebd3a671882b4b9b3f3898ecc1dee9947de87: .. ref-code-block:: cpp :class: doxyrest-title-code-block TESTER_CFG_WALK_EARGS Skipping due to incorrect arguments