BM_SENSOR_TRACKING¶
A sensor that has been cued to a target in order to fulfill an assignment has established a track on the target.
Format¶
<time> <event> <sensor type> <cued platform name> (<cued platform side>) <target platform name> (<target platform side>) PlatformId: <platform id> SensorId: <sensor id>
Track: LLA: <track lat> <track lon> <track alt>
Truth: LLA: <truth lat> <truth lon> <truth alt>
TrackId: <track id> TruthId: <truth id>
Breakdown¶
- <time>
current simulation time
- <event>
simulation event that occurred
- <sensor type>
type of sensor which is being 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
- <platform id>
id record of sensor platform
- <sensor id>
id record of sensor
- <track lat>
target track latitude
- <track lon>
target track longitude
- <track alt>
target track altitude
- <truth lat>
target truth latitude
- <truth lon>
target truth longitude
- <truth alt>
target truth altitude
- <track id>
track id record of the assignment local track
- <truth id>
target truth platform index
How it Appears in Output¶
00:19:37.0 BM_SENSOR_TRACKING TAR 2910_acq_radar (red) 100_ucav (blue) PlatformId: 2910_acq_radar:0 SensorId: acq_radar:0 \
Track: LLA: 38:21:06.00n 117:28:44.00w 9.0063037e-05 m \
Truth: LLA: 38:16:03.26n 117:04:45.06w 10668 m \
TrackId: 2900_large_sam_battalion:1 TruthId: 32
00:19:44.0 BM_SENSOR_TRACKING TTR 2920_large_sam_ttr (red) 100_ucav (blue) PlatformId: 2920_large_sam_ttr:0 SensorId: ttr:0 \
Track: LLA: 38:21:06.00n 117:28:44.00w 9.0063037e-05 m \
Truth: LLA: 38:16:02.89n 117:05:47.19w 10668 m \
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_TRACKING end_event_output