:orphan: .. index:: pair: struct; tad_send_template_data .. _doxid-structtad__send__template__data: struct tad_send_template_data ============================= .. toctree:: :hidden: Overview ~~~~~~~~ Per-template data of the TAD Sender. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tad_send_template_data { // fields :ref:`asn_value`* :ref:`nds`; unsigned int :ref:`n_units`; :ref:`tad_send_tmpl_unit_data`* :ref:`units`; }; .. _details-structtad__send__template__data: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Per-template data of the TAD Sender. Fields ------ .. index:: pair: variable; nds .. _doxid-structtad__send__template__data_1a61390bac200cfa54f552e0c8b4b0161e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`asn_value`* nds ASN.1 value with traffic template .. index:: pair: variable; n_units .. _doxid-structtad__send__template__data_1afcdd6f57e9790d6bc0b2f5ee7430b866: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int n_units Number of units in the template .. index:: pair: variable; units .. _doxid-structtad__send__template__data_1adf371c76e91b3c3b6d1a79bdfd105a70: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tad_send_tmpl_unit_data`* units Array with per-unit unit data