Files
lab1/platforms/ew_radar.txt
2025-10-11 18:00:31 +08:00

54 lines
1.6 KiB
Plaintext

# ****************************************************************************
# 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.
# ****************************************************************************
# * * ************************************** * *
# * ****** Demonstration input file ****** *
# * ****** UNCLASSIFIED ****** *
# * * ************************************** * *
#include_once platforms/red_radar.txt
include_once sensors/radar/ew_radar.txt
include_once processors/ep_operations.txt
include_once platforms/red_radar_tactics.txt
platform_type EW_RADAR WSF_PLATFORM
icon Ground_Radar
category 2D_RADAR
infrared_signature VEHICLE_INFRARED_SIGNATURE
optical_signature VEHICLE_OPTICAL_SIGNATURE
radar_signature VEHICLE_RADAR_SIGNATURE
sensor ew_radar EW_RADAR
on
internal_link data_mgr
ignore_same_side
end_sensor
processor data_mgr WSF_LINKED_PROCESSOR
report_to commander via sub_net
end_processor
comm sub_net DATALINK
network_name <local:slave>
#internal_link task_mgr
end_comm
# processor task_mgr RED_RADAR_TACTICS
# end_processor
# processor ep_operations EP_OPERATIONS
# script_variables
# mSensorNameList.PushBack("ew_radar");
# end_script_variables
# end_processor
#
# aux_data
# double max_range = 185200 # meters = 100 nm
# end_aux_data
end_platform_type