SENSOR_MODE_DEACTIVATED¶
event_output for SENSOR_MODE_ACTIVATED and SENSOR_MODE_DEACTIVATED differ only in the event field.
Format¶
All Events
<time> <event> <platform> sensor: <name> Mode: <mode> \
LLA: *<lat> <lon> <alt>* m
Breakdown¶
- <time>
current simulation time
- <event>
simulation event recorded in this message
- <platform>
name of platform that hosts sensor
- sensor: <name>
name of sensor affected
- Mode: <mode>
sensor mode (modes are defined in user input file)
- LLA: <lat> <lon> <alt> m
The platform location; altitude is always in meters
How it Appears in Output¶
SENSOR_MODE_ACTIVATED:
1278.75108 SENSOR_MODE_ACTIVATED sam-fc-n sensor: fc-radar Mode: ACQUIRE \
LLA: 36:04:57.8n 115:08:50.1w 1 m
SENSOR_MODE_DEACTIVATED:
1280.75108 SENSOR_MODE_DEACTIVATED sam-fc-n sensor: fc-radar Mode: ACQUIRE \
LLA: 36:04:57.8n 115:08:50.1w 1 m
How to Show Event Messages¶
event_output file replay.evt # write event messages to file "replay.evt" enable SENSOR_MODE_ACTIVATED enable SENSOR_MODE_DEACTIVATED end_event_output