31 lines
942 B
Plaintext
31 lines
942 B
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/acq_radar.txt
|
||
|
|
|
||
|
|
platform_type ACQ_RADAR RED_RADAR
|
||
|
|
icon Ground_Radar
|
||
|
|
category ACQUISITION
|
||
|
|
|
||
|
|
sensor acq_radar ACQ_RADAR
|
||
|
|
off
|
||
|
|
internal_link data_mgr
|
||
|
|
ignore_same_side
|
||
|
|
end_sensor
|
||
|
|
|
||
|
|
aux_data
|
||
|
|
double max_range = 92600 # meters = 50 nm
|
||
|
|
end_aux_data
|
||
|
|
end_platform_type
|