:orphan: .. index:: pair: struct; cfg_nets_t .. _doxid-structcfg__nets__t: struct cfg_nets_t ================= .. toctree:: :hidden: Overview ~~~~~~~~ Nets description structure :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct cfg_nets_t { // fields unsigned int :ref:`n_nets`; :ref:`cfg_net_t`* :ref:`nets`; }; .. _details-structcfg__nets__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Nets description structure Fields ------ .. index:: pair: variable; n_nets .. _doxid-structcfg__nets__t_1aa7a167d0cb1483a7afb90046306f5ff2: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int n_nets Number of nets .. index:: pair: variable; nets .. _doxid-structcfg__nets__t_1ac1a69fe684db59f8f06efb33dd9a0f31: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_net_t`* nets Array with nets