: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. .. **************************************************************************** iff_mapping ----------- .. command:: iff_mapping ... end_iff_mapping :block: .. parsed-literal:: iff_mapping_ side_ ** ... ** | [default] reports_ ... for_side_ ... reports_ ... for_category_ ... reports_ ... by_default_ end_side end_iff_mapping Overview ======== Provides the capability to define IFF reporting behavior for all entities in the simulation. Commands ======== .. command:: side ... | [default] One or more sides for which the IFF mapping rules apply. If **default** is specified then the IFF mapping rules apply to all sides not explicitly defined. .. command:: side-name The 'side' ('team' or 'affiliation') for which the IFF mapping applies. Refers to blue, red, country or team name. .. command:: reports [friend | foe | neutral] Indicates the IFF status to report for the given side, category, or by default. .. command:: for_side Indicates the IFF mapping between sides. .. command:: for_category Indicates the IFF mapping between platforms from a given side and platforms from a given category. .. command:: by_default Indicates the IFF mapping between platforms form a given side and all sides and categories not explicitly mapped. An example of IFF mapping entries - Sides 'blue', 'green', and all other sides in the simulation except 'white' reports side 'red' as foe, any platforms in 'myCategory' as friend, and all other sides and categories as neutral. Side 'white' reports side 'red' as friend and with all other sides and categories as foe.:: iff_mapping side blue green default reports foe for_side red reports friend for_category myCategory reports neutral by_default end_side side white reports friend for_side red end_side end_iff_mapping