Files
lab1/platforms/acq_radar.txt

38 lines
1.1 KiB
Plaintext
Raw Normal View History

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 ****** *
# * * ************************************** * *
include_once platforms/red_radar.txt
include_once sensors/radar/acq_radar.txt
2025-10-15 11:23:32 +08:00
platform_type ACQ_RADAR WSF_PLATFORM
2025-09-12 15:20:28 +08:00
icon Ground_Radar
category ACQUISITION
2025-10-15 11:23:32 +08:00
radar_signature VEHICLE_RADAR_SIGNATURE
2025-09-12 15:20:28 +08:00
sensor acq_radar ACQ_RADAR
2025-10-15 11:23:32 +08:00
on
2025-09-12 15:20:28 +08:00
internal_link data_mgr
ignore_same_side
end_sensor
2025-10-15 11:23:32 +08:00
processor data_mgr WSF_LINKED_PROCESSOR
report_to commander via sub_net
end_processor
2025-09-12 15:20:28 +08:00
2025-10-15 11:23:32 +08:00
comm sub_net DATALINK
network_name <local:slave>
#internal_link task_mgr
end_comm
2025-09-12 15:20:28 +08:00
end_platform_type