BM_AI_EGRESS¶
A WSF_WEAPONS_MANAGER_AI processor has either completed/canceled/cantco’d all assignments or have reported bingo fuel or winchester and is egressing the air interceptor.
Format¶
<time> <event>,This AI: <platform name>, <asset id>, <side>
LLA: <lat> <lon> <alt>,Land or CAP?: <terminate>,Corridor: <zone>
Breakdown¶
- <time>
current simulation time
- <event>
simulation event that occurred
- <platform name>
name of platform which is adding the behavior
- <asset id>
asset id of the platform
- <side>
side of the platform
- <lat>
current latitude of the platform
- <lon>
current longitude of the platform
- <alt>
current altitude of the platform
- <terminate>
egress terminal behavior, land at home position or resume the platform’s route
- <zone>
corridor name, if used
How it Appears in Output¶
00:14:50.0 BM_AI_EGRESS,This AI: Red_AI_1,Red_AI_1:0,red LLA: 37:29:41.61n 116:05:21.00w 10668 m,Land or CAP?: CAP,Corridor: ai_cor
00:14:51.0 BM_AI_EGRESS,This AI: Red_AI_2,Red_AI_2:0,red LLA: 38:17:43.84n 117:02:57.47w 10668 m,Land or CAP?: Land,Corridor: ai_cor
How to Show Event Messages¶
event_output file replay.evt # write event messages to file "replay.evt" enable BM_AI_EGRESS end_event_output