IMPLICIT_WEAPON_BEGIN_ENGAGEMENT¶
Data for IMPLICIT_WEAPON_BEGIN_ENGAGEMENT and IMPLICIT_WEAPON_END_ENGAGEMENT are identical.
Format¶
<time> <event> <firing platform> <target platform> <target platform offset>
Target Type: <target type>
Target_Relative_Loc(NED): <N> <E> <D>
Target_Range_Bearing_Elevation: <range> <bearing> <elevation>
- <time>
current simulation time
- <firing platform>
name of firing platform
- <target platform>
name of target platform. If the target has been killed / removed from the simulation, the message “(Target Not in Simulation)” will appear.
- <target offset>
name of target offset (if any)
- <target type>
the target platform’s type
- <N> <E> <D>
The location of the target with respect to the firing platform in local North-East-Down coordinates. These data will only be present if the target has not been killed / removed from the simulation.
- <range> <bearing> <elevation> | The location of the target with respect to the firing platform in range,
bearing, and elevation. These data will only be present if the target has not been killed / removed from the simulation.
How it Appears in Output¶
31.00000 IMPLICIT_WEAPON_BEGIN_ENGAGEMENT redeye su-37 (IRST) Target_Type: SU-37 \
Target_Relative_Loc(NED): 18905.1 -389.152 1028.21 \
Target_Range_Bearing_Elevation: 18937.1 -1.17924 -3.11247
66.00000 IMPLICIT_WEAPON_END_ENGAGEMENT redeye su-37 (IRST) Target_Type: SU-37 \
Target_Relative_Loc(NED): 9119.85 -360.474 1006.57 \
Target_Range_Bearing_Elevation: 9182.3 -2.26351 -6.29346
3.00000 IMPLICIT_WEAPON_END_ENGAGEMENT redeye su-37 (IRST) \
Weapon: hel (AA_SELF_PROTCECT_HEL) (Target Not in Simulation)
How to Show Event Messages¶
event_output file replay.evt # write event messages to file "replay.evt" enable IMPLICIT_WEAPON_BEGIN_ENGAGEMENT enable IMPLICIT_WEAPON_END_ENGAGEMENT end_event_output