:orphan: .. index:: pair: struct; streaming_action .. _doxid-structstreaming__action: struct streaming_action ======================= .. toctree:: :hidden: Overview ~~~~~~~~ Action that needs to be done for messages of a certain type :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct streaming_action { // fields const :ref:`streaming_rule`* :ref:`rule`; int :ref:`listeners`[LOG_MAX_LISTENERS]; size_t :ref:`listeners_num`; }; .. _details-structstreaming__action: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Action that needs to be done for messages of a certain type Fields ------ .. index:: pair: variable; rule .. _doxid-structstreaming__action_1ad744d511ae612620557b30b5dc29054e: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`streaming_rule`* rule Streaming rule .. index:: pair: variable; listeners .. _doxid-structstreaming__action_1aa3b8a88257463e80f4e1adf0d8c962d4: .. ref-code-block:: cpp :class: doxyrest-title-code-block int listeners[LOG_MAX_LISTENERS] Listeners that need to receive the result .. index:: pair: variable; listeners_num .. _doxid-structstreaming__action_1af42075ff4407192123bdb3897b726c9f: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t listeners_num Number of listeners