State Events

These are the event_output events related to states in a finite state machine. See also Processor Events.

STATE_ENTRY

event_output Signature:

<time> <event> <platform> <target-name> <state> processor: <name>

Signature Elements:

Fields

Description

<time>

The current simulation time

<event>

The event name

<platform>

Name of platform hosting state processor

<target-name>

One of:

  • UNKNOWN

  • <target-name>

  • <target-platform-name>

  • <track-id>

<state>

Id of a predefined state or notification that state was dropped where each state has a prescribed set of actions either: State: <id> or State: <DROPPED>

<name>

Name of processor hosting state being modified

STATE_EXIT

event_output Signature:

<time> <event> <platform> <target-name> <state> processor: <name>

Signature Elements:

Fields

Description

<time>

The current simulation time

<event>

The event name

<platform>

Name of platform hosting state processor

<target-name>

One of:

  • UNKNOWN

  • <target-name>

  • <target-platform-name>

  • <track-id>

<state>

Id of a predefined state or notification that state was dropped where each state has a prescribed set of actions either: State: <id> or State: <DROPPED>

<name>

Name of processor hosting state being modified