:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WSF_COMM_NETWORK_MESH --------------------- .. model:: network WSF_COMM_NETWORK_MESH Script Class: :class:`WsfNetworkMesh` .. parsed-literal:: network :model:`WSF_COMM_NETWORK_MESH` ... :ref:`network Commands ` ... comm_list_ member ... end_comm_list address_list_ member ... end_address_list end_network Overview ======== :model:`WSF_COMM_NETWORK_MESH` provides a generic network that enforces a mesh topology. Only members are specified in this network, and all members have bi-directional communications links with all other members. Commands ======== .. command:: comm_list ... end_comm_list Members of this network may be specified by identifying a comm object by its owning platform name and the name of the comm. Each entry in this list is prefixed by the "member" command. .. command:: address_list ... end_address_list Members of this network may be specified by identifying a comm object by its address. Each entry in this list is prefixed by the "member" command. This list is only available to comm objects that have specified addresses in input, as comms without specified addresses will be dynamically allocated at runtime.