:orphan: .. index:: pair: struct; rgt_frag_rec .. _doxid-structrgt__frag__rec: struct rgt_frag_rec =================== .. toctree:: :hidden: Overview ~~~~~~~~ Record in a RGT log bundle file describing how RAW log is split into fragments. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rgt_frag_rec { // fields char :ref:`frag_name`[DEF_STR_LEN]; bool :ref:`start_frag`; unsigned int :ref:`parent_id`; unsigned int :ref:`test_id`; unsigned int :ref:`tin`; unsigned int :ref:`depth`; unsigned int :ref:`seq`; uint64_t :ref:`length`; uint64_t :ref:`start_len`; uint64_t :ref:`frags_cnt`; bool :ref:`sniff_logs`; }; .. _details-structrgt__frag__rec: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Record in a RGT log bundle file describing how RAW log is split into fragments. Fields ------ .. index:: pair: variable; frag_name .. _doxid-structrgt__frag__rec_1aa408f9301c186847e504c853c89ac727: .. ref-code-block:: cpp :class: doxyrest-title-code-block char frag_name[DEF_STR_LEN] Fragment name .. index:: pair: variable; start_frag .. _doxid-structrgt__frag__rec_1a2235adb01f3ba63d30fb627a46895936: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool start_frag ``true`` if this is a start fragment; ``false`` if it is an end fragment .. index:: pair: variable; parent_id .. _doxid-structrgt__frag__rec_1a1dd07029e77c26b1cc9b47d88f123c9a: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int parent_id Parent ID .. index:: pair: variable; test_id .. _doxid-structrgt__frag__rec_1a4aa88ea1ade070a78027e7ffd98a1ba9: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int test_id ID of the test/session/package to which this record belongs .. index:: pair: variable; tin .. _doxid-structrgt__frag__rec_1ae17be3d65eae219968fafcbbcc2fa1a5: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int tin Test Iteration Number .. index:: pair: variable; depth .. _doxid-structrgt__frag__rec_1a0d2f8610bcd5ff2ecc43fecdc61e340c: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int depth Depth number .. index:: pair: variable; seq .. _doxid-structrgt__frag__rec_1ac600d36c94bc5b4ede9af30ec1f8b5f9: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int seq Sequence number at a given depth .. index:: pair: variable; length .. _doxid-structrgt__frag__rec_1a4f2d283ebf4abdc19b596652472eceb6: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t length Number of bytes in the fragment file .. index:: pair: variable; start_len .. _doxid-structrgt__frag__rec_1a5689c01bda543005f9a2d8652134ba24: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t start_len Length of start control message in the starting fragment (it contains information such as test name and parameters) .. index:: pair: variable; frags_cnt .. _doxid-structrgt__frag__rec_1a3e7300060424f8a671552410b33a2131: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t frags_cnt Number of "inner" fragments into which this test/session/package was split (excluding starting and terminating ones) .. index:: pair: variable; sniff_logs .. _doxid-structrgt__frag__rec_1ad29bc0a816a0025185d992593dc1befd: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool sniff_logs ``true`` if sniffer logs are present for this log item