:orphan: .. index:: pair: struct; tapi_net_ctx .. _doxid-structtapi__net__ctx: struct tapi_net_ctx =================== .. toctree:: :hidden: Overview ~~~~~~~~ Network configuration context that includes all interface definitions and network topologies. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_net_ctx { // fields :ref:`te_vec` :ref:`agents`; :ref:`te_vec` :ref:`nets`; }; .. _details-structtapi__net__ctx: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Network configuration context that includes all interface definitions and network topologies. Fields ------ .. index:: pair: variable; agents .. _doxid-structtapi__net__ctx_1a660b43d3193bea2b8c0f2f48b47e5a86: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_vec` agents Vector holding agent-specific information. .. index:: pair: variable; nets .. _doxid-structtapi__net__ctx_1a6e9fc892f59251bff43550bc1374691d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_vec` nets Vector holding network-specific information.