init
This commit is contained in:
36
platforms/red_radar.txt
Normal file
36
platforms/red_radar.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
# ****************************************************************************
|
||||
# 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_tactics.txt
|
||||
|
||||
# This serves as a base for 'red' standalone radar players
|
||||
|
||||
platform_type RED_RADAR WSF_PLATFORM
|
||||
icon Ground_Radar
|
||||
|
||||
infrared_signature VEHICLE_INFRARED_SIGNATURE
|
||||
optical_signature VEHICLE_OPTICAL_SIGNATURE
|
||||
radar_signature VEHICLE_RADAR_SIGNATURE
|
||||
|
||||
comm sub_net RED_DATALINK
|
||||
network_name <local:slave>
|
||||
internal_link task_mgr
|
||||
end_comm
|
||||
|
||||
processor data_mgr WSF_LINKED_PROCESSOR
|
||||
report_to commander via sub_net
|
||||
end_processor
|
||||
|
||||
processor task_mgr RED_RADAR_TACTICS
|
||||
end_processor
|
||||
end_platform_type
|
||||
Reference in New Issue
Block a user