:orphan: .. **************************************************************************** .. CUI//REL TO USA ONLY .. .. 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. .. **************************************************************************** simdis_interface ---------------- .. command:: simdis_interface ... end_simdis_interface :block: .. parsed-literal:: simdis_interface_ file_ hit_icon_ kill_icon_ event_duration_ enable_beams_ default_beam_color_ beam_color_ reference_lla_ define_fhn_ end_simdis_interface Overview ======== Configures the SIMDIS interface for WSF. `SIMDIS `_ is a Navy developed simulation visualization. The simdis_interface allows the simulation to output to the SIMDIS ASCII Scenario Input (ASI) format. Connection Commands =================== .. command::file Causes the simulation to create and write to a SIMDIS ASI file. Setting this value to NULL will disable SIMDIS output. Configuration Commands ====================== .. command:: file Specifies the asi output filename. .. command:: hit_icon Sets the icon that will display in SIMDIS on a weapon hit. Setting this value to NULL will disable hit icons. **Default** splash. .. command:: kill_icon Sets the icon that will display in SIMDIS on a platform kill. Setting this value to NULL will disable kill icons. **Default** expl-1. .. command:: event_duration Sets the duration of the hit and kill icons in SIMDIS. **Default** 1 second. .. command:: enable_beams Enables or disables track beams in SIMDIS. **Default** true. .. command:: default_beam_color This sets the default track beam color in SIMDIS. These values may either be color names, or hexadecimal values (0xAABBGGRR) **Default** yellow .. command:: beam_color This sets the color of track beams generated by a specific sensor type in SIMDIS. This will override the default_beam_color. The values may either be color names, or hexadecimal values (0xAABBGGRR). Beams with zero alpha will not be drawn (ie. 0x00000000). .. command:: reference_lla :argtype:`\ ` This sets the camera starting location in SIMDIS. **Default** 0n, 0e, 0m MSL. .. command:: define_fhn This sets the friendly/hostile/neutral association with the given side. May be input multiple time for each side. **Default** blue - friendly, red - hostile, other sides - neutral.