:orphan: .. index:: pair: struct; cfg_tree_print_msg .. _doxid-structcfg__tree__print__msg: struct cfg_tree_print_msg ========================= .. toctree:: :hidden: Overview ~~~~~~~~ CFG_TREE_PRINT message content :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct cfg_tree_print_msg { // fields :ref:`CFG_MSG_FIELDS` unsigned int :ref:`log_lvl`; size_t :ref:`id_len`; size_t :ref:`flname_len`; char :ref:`buf`[1]; }; .. _details-structcfg__tree__print__msg: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ CFG_TREE_PRINT message content Fields ------ .. index:: pair: variable; log_lvl .. _doxid-structcfg__tree__print__msg_1af79acced464d768428cdd8944fc81b36: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`CFG_MSG_FIELDS` unsigned int log_lvl IN: log level .. index:: pair: variable; id_len .. _doxid-structcfg__tree__print__msg_1a226cf213aae6e28a6b7879d0ab20b11b: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t id_len IN: obj\|ins id string length .. index:: pair: variable; flname_len .. _doxid-structcfg__tree__print__msg_1a2a7ef1de6e4ba941c6f6591752207189: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t flname_len IN: output filename length .. index:: pair: variable; buf .. _doxid-structcfg__tree__print__msg_1ae9dc02d779b76e359df49b710317be59: .. ref-code-block:: cpp :class: doxyrest-title-code-block char buf[1] IN: id + filename