:orphan: .. index:: pair: struct; tester_test_msg_hdr .. _doxid-structtester__test__msg__hdr: struct tester_test_msg_hdr ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Representation of the message header passed from tests to Tester. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tester_test_msg_hdr { // fields uint32_t :ref:`id`; uint32_t :ref:`type`; }; .. _details-structtester__test__msg__hdr: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Representation of the message header passed from tests to Tester. Message body is passed just after the header. Fields ------ .. index:: pair: variable; id .. _doxid-structtester__test__msg__hdr_1a236e9250e0b967097b9779f614fd08c0: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t id ID of the test .. index:: pair: variable; type .. _doxid-structtester__test__msg__hdr_1aa8901ee40de4960a13eacdb7aa5f2d85: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t type Message type (see tester_test_msg_type).