:orphan: .. index:: pair: struct; streaming_filter .. _doxid-structstreaming__filter: struct streaming_filter ======================= .. toctree:: :hidden: Overview ~~~~~~~~ Message filter with a set of streaming actions :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct streaming_filter { // fields :ref:`log_msg_filter` :ref:`filter`; :ref:`streaming_action` :ref:`actions`[LOG_MAX_FILTER_RULES]; size_t :ref:`actions_num`; }; .. _details-structstreaming__filter: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Message filter with a set of streaming actions Fields ------ .. index:: pair: variable; filter .. _doxid-structstreaming__filter_1aee673c0ddf5c0de0537aa9fef8c84ca3: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`log_msg_filter` filter Message filter .. index:: pair: variable; actions .. _doxid-structstreaming__filter_1a5af9f3746e5ab7eadb267e083bc8ed8b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`streaming_action` actions[LOG_MAX_FILTER_RULES] List of actions .. index:: pair: variable; actions_num .. _doxid-structstreaming__filter_1ae849d27ee313a95cec17c551c983278c: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t actions_num Number of actions