:orphan: .. index:: pair: struct; tad_recv_ptrn_unit_data .. _doxid-structtad__recv__ptrn__unit__data: struct tad_recv_ptrn_unit_data ============================== .. toctree:: :hidden: Overview ~~~~~~~~ Per-pattern unit data of the TAD Receiver. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tad_recv_ptrn_unit_data { // fields :ref:`asn_value`* :ref:`nds`; :ref:`tad_payload_spec_t` :target:`pld_spec`; unsigned int :ref:`n_actions`; :ref:`tad_action_spec`* :ref:`actions`; bool :ref:`no_report`; void** :target:`layer_opaque`; }; .. _details-structtad__recv__ptrn__unit__data: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Per-pattern unit data of the TAD Receiver. Fields ------ .. index:: pair: variable; nds .. _doxid-structtad__recv__ptrn__unit__data_1a0dc08ecfaf99035d82a394166dc58f52: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`asn_value`* nds ASN.1 value with traffic pattern unit .. index:: pair: variable; n_actions .. _doxid-structtad__recv__ptrn__unit__data_1af3a207a4dde1536fb1ee47c76e70dbb2: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int n_actions Number of actions .. index:: pair: variable; actions .. _doxid-structtad__recv__ptrn__unit__data_1a3944a6de9cf991a432d3eddff6131e4e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tad_action_spec`* actions Actions specification .. index:: pair: variable; no_report .. _doxid-structtad__recv__ptrn__unit__data_1aaa577310eb4b76b48304e8453015a995: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool no_report Disable reporting of packets matched with the unit