2025-09-12 15:20:28 +08:00
|
|
|
# ****************************************************************************
|
|
|
|
|
# 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 ****** *
|
|
|
|
|
# * * ************************************** * *
|
|
|
|
|
|
2025-09-17 17:53:39 +08:00
|
|
|
#include_once platforms/red_radar.txt
|
2025-09-12 15:20:28 +08:00
|
|
|
include_once sensors/radar/ew_radar.txt
|
|
|
|
|
include_once processors/ep_operations.txt
|
2025-09-17 17:53:39 +08:00
|
|
|
include_once platforms/red_radar_tactics.txt
|
2025-09-12 15:20:28 +08:00
|
|
|
|
2025-09-17 17:53:39 +08:00
|
|
|
platform_type EW_RADAR WSF_PLATFORM
|
2025-09-12 15:20:28 +08:00
|
|
|
icon Ground_Radar
|
|
|
|
|
category 2D_RADAR
|
2025-09-17 17:53:39 +08:00
|
|
|
infrared_signature VEHICLE_INFRARED_SIGNATURE
|
|
|
|
|
optical_signature VEHICLE_OPTICAL_SIGNATURE
|
|
|
|
|
radar_signature VEHICLE_RADAR_SIGNATURE
|
|
|
|
|
|
2025-09-12 15:20:28 +08:00
|
|
|
sensor ew_radar EW_RADAR
|
|
|
|
|
on
|
|
|
|
|
internal_link data_mgr
|
|
|
|
|
ignore_same_side
|
|
|
|
|
end_sensor
|
2025-09-17 17:53:39 +08:00
|
|
|
|
|
|
|
|
processor data_mgr WSF_LINKED_PROCESSOR
|
|
|
|
|
report_to commander via sub_net
|
2025-09-12 15:20:28 +08:00
|
|
|
end_processor
|
|
|
|
|
|
2025-09-17 17:53:39 +08:00
|
|
|
comm sub_net RED_DATALINK
|
|
|
|
|
network_name <local:slave>
|
2025-09-19 10:27:31 +08:00
|
|
|
#internal_link task_mgr
|
2025-09-17 17:53:39 +08:00
|
|
|
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
|
2025-09-12 15:20:28 +08:00
|
|
|
end_platform_type
|