:orphan: .. index:: pair: struct; streaming_rule .. _doxid-structstreaming__rule: struct streaming_rule ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Rule that describes how a message should be processed :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct streaming_rule { // fields char :ref:`name`[LOG_MAX_FILTER_RULE_NAME]; :ref:`streaming_handler` :ref:`handler`; }; .. _details-structstreaming__rule: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Rule that describes how a message should be processed Fields ------ .. index:: pair: variable; name .. _doxid-structstreaming__rule_1af9953fdef0e081ccde12547b446e1453: .. ref-code-block:: cpp :class: doxyrest-title-code-block char name[LOG_MAX_FILTER_RULE_NAME] Rule name .. index:: pair: variable; handler .. _doxid-structstreaming__rule_1a522842455dd170bd06578244153e5ecf: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`streaming_handler` handler Handler function