BM_SENSOR_DROP_CUE¶
A sensor cue is dropped. This can occur do to completion or cancelation.
Format¶
<time> <event> <sensor type> <cued platform name> (<cued platform side>) <target platform name> (<target platform side>) <dropping platform name> (<dropping platform side>)
Type: <sensor name> TrackId: <track id> TruthId: <truth id>
Breakdown¶
- <time>
current simulation time
- <event>
simulation event that occurred
- <sensor type>
type of sensor which was cued: EW, TAR, TTR
- <cued platform name>
name of the cued platform
- <cued platform side>
side of the cued platform
- <target platform name>
target truth name
- <target platform side>
target truth side
- <dropping platform name>
name of the dropping platform
- <dropping platform side>
side of the dropping platform
- <sensor name>
name of the sensor being cued
- <track id>
track id record of the assignment local track
- <truth id>
target truth platform index
How it Appears in Output¶
00:19:44.0 BM_SENSOR_DROP_CUE TAR 2910_acq_radar (red) 100_ucav (blue) 2900_large_sam_battalion (red) \
Type: acq_radar TrackId: 2900_large_sam_battalion:1 TruthId: 32
00:20:15.0 BM_SENSOR_DROP_CUE TTR 2920_large_sam_ttr (red) 100_ucav (blue) 2900_large_sam_battalion (red) \
Type: ttr TrackId: 2900_large_sam_battalion:1 TruthId: 32
How to Show Event Messages¶
event_output file replay.evt # write event messages to file "replay.evt" enable BM_SENSOR_DROP_CUE end_event_output