指挥所接收雷达并下发任务通信建立

This commit is contained in:
2025-09-17 17:53:39 +08:00
parent c177eeafeb
commit 826c030dc5
7 changed files with 222 additions and 120 deletions

View File

@@ -0,0 +1,45 @@
# File generated by Wizard 2.9.0 on Sep 17, 2025.
include_once sensors/radar/ew_radar.txt
include_once processors/ep_operations.txt
include_once platforms/red_radar_tactics.txt
platform_type RADAR_APACHE WSF_PLATFORM
icon apache
category 2D_RADAR
infrared_signature FIGHTER_INFRARED_SIG
optical_signature FIGHTER_OPTICAL_SIG
radar_signature FIGHTER_RADAR_SIG
mover WSF_AIR_MOVER
default_radial_acceleration 2.0 g
at_end_of_path remove
end_mover
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 RED_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