Platform Events

These are the event_output events related to the platform.

COMMENT

event_output Signature:

<time> <event> <platform-name> <comment>

Signature Elements:

Field

Description

Tag

Description

<time>

The current simulation time

<event>

The event name

<platform-name>

Platform that generated comment

<comment>

Text string generated

CRASHED_INTO_GROUND

event_output Signature:

<time> <event> <platform>

Signature Elements:

Field

Description

<time>

The current simulation time

<event>

The event name

<platform>

Name of platform that crashed into ground

EXECUTE_CALLBACK

event_output Signature:

<time> <event> <platform> <callback-name>

Signature Elements:

Fields

Description

<time>

The current simulation time

<event>

The event name

<platform>

Subject platform name

<callback-name>

Name of callback being invoked. Simulation participants can subscribe to callback objects to receive notification of significant events within the simulation

PLATFORM_ADDED

event_output Signature:

<time> <event> <platform> Type: <type> Side: <side>  LLA: <lat> <lon> <alt> m Heading: <heading> deg Pitch: <pitch> deg Roll: <roll> deg  Speed: <speed> m/s * [ <uvn> <uve> <uvd> ] Acceleration: <accel> m/s2 * [ <uan> <uae> <uad> ]

Signature Elements:

Field

Description

<time>

The current simulation time

<event>

The event name

<platform>

The name of platform omitted

<type>

The type of the platform

<side>

The team or affiliation of team

<lat> <lon> <alt>

The platform location; altitude is always in meters

<heading>

The heading of platform (degrees clockwise from north)

<pitch>

The pitch angle of the platform in degrees

<roll>

The roll angle of the platform in degrees

<speed>

The speed of platform in meters/second

<u(vn, ve, vd)>

The components of the unit velocity vector in the north-east-down (NED) frame

<accel>

The acceleration of platform in meters/second^2

<u(an, ae, ad)>

The components of the unit acceleration vector in the north-east-down (NED) frame

PLATFORM_APPEARANCE_CHANGED

event_output Signature:

<time> <event> <platform> Item: <item-type> Value: <value>

Signature Elements:

Field

Description

<time>

The current simulation time

<event>

The event name

<platform>

Name of platform whose appearance has changed

<item>

The item that was changed

<value>

The new value of the item

PLATFORM_BROKEN

event_output Signature:

<time> <event> <platform> Type: <type> Side: <side> Ps: <ps>  LLA: <lat> <lon> <alt> m Heading: <heading> deg Pitch: <pitch> deg Roll: <roll> deg  Speed: <speed> m/s * [ <uvn> <uve> <uvd> ] Acceleration: <accel> m/s2 * [ <uan> <uae> <uad> ]

Signature Elements:

Field

Description

<time>

The current simulation time

<event>

The event name

<platform>

The name of platform omitted

<type>

The type of the platform

<side>

The team or affiliation of team

<ps>

The probability of survival of the platform in the range [0, 1]

<lat> <lon> <alt>

The platform location; altitude is always in meters

<heading>

The heading of platform (degrees clockwise from north)

<pitch>

The pitch angle of the platform in degrees

<roll>

The roll angle of the platform in degrees

<speed>

The speed of platform in meters/second

<u(vn, ve, vd)>

The components of the unit velocity vector in the north-east-down (NED) frame

<accel>

The acceleration of platform in meters/second^2

<u(an, ae, ad)>

The components of the unit acceleration vector in the north-east-down (NED) frame

PLATFORM_CAPABILITY_CHANGED

event_output Signature:

<time> <event> <platform> <item-type> <toggle>

Signature Elements:

Field

Description

<time>

The current simulation time

<event>

The event name

<platform>

Name of platform whose capability has changed

<item-type>

The capability that has changed

<toggle>

The switch status

Note

The <item-type> is enumerated as: SUPPLY_PAYLOAD, SUPPLY_FUEL, VEHICLE_RECOVERY, VEHICLE_REPAIR, or SUPPLY_ADS_B (Automatic Dependent Surveillance - Broadcast).

The <toggle> is enumerated as: GAINED, or LOST.

PLATFORM_DELETED

event_output Signature:

<time> <event> <platform> Type: <type> Side: <side> Ps: <ps>  LLA: <lat> <lon> <alt> m Heading: <heading> deg Pitch: <pitch> deg Roll: <roll> deg  Speed: <speed> m/s * [ <uvn> <uve> <uvd> ] Acceleration: <accel> m/s2 * [ <uan> <uae> <uad> ]

Signature Elements:

Field

Description

<time>

The current simulation time

<event>

The event name

<platform>

The name of platform omitted

<type>

The type of the platform

<side>

The team or affiliation of team

<ps>

The probability of survival of the platform in the range [0, 1]

<lat> <lon> <alt>

The platform location; altitude is always in meters

<heading>

The heading of platform (degrees clockwise from north)

<pitch>

The pitch angle of the platform in degrees

<roll>

The roll angle of the platform in degrees

<speed>

The speed of platform in meters/second

<u(vn, ve, vd)>

The components of the unit velocity vector in the north-east-down (NED) frame

<accel>

The acceleration of platform in meters/second^2

<u(an, ae, ad)>

The components of the unit acceleration vector in the north-east-down (NED) frame

PLATFORM_INITIALIZED

event_output Signature:

<time> <event> <platform> Type: <type> Side: <side> Ps: <ps>  LLA: <lat> <lon> <alt> m Heading: <heading> deg Pitch: <pitch> deg Roll: <roll> deg  Speed: <speed> m/s * [ <uvn> <uve> <uvd> ] Acceleration: <accel> m/s2 * [ <uan> <uae> <uad> ]

Signature Elements:

Field

Description

<time>

The current simulation time

<event>

The event name

<platform>

The name of platform omitted

<type>

The type of the platform

<side>

The team or affiliation of team

<ps>

The probability of survival of the platform in the range [0, 1]

<lat> <lon> <alt>

The platform location; altitude is always in meters

<heading>

The heading of platform (degrees clockwise from north)

<pitch>

The pitch angle of the platform in degrees

<roll>

The roll angle of the platform in degrees

<speed>

The speed of platform in meters/second

<u(vn, ve, vd)>

The components of the unit velocity vector in the north-east-down (NED) frame

<accel>

The acceleration of platform in meters/second^2

<u(an, ae, ad)>

The components of the unit acceleration vector in the north-east-down (NED) frame

PLATFORM_OMITTED

event_output Signature:

<time> <event> <platform> Type: <type> Side: <side>  LLA: <lat> <lon> <alt> m Heading: <heading> deg Pitch: <pitch> deg Roll: <roll> deg  Speed: <speed> m/s * [ <uvn> <uve> <uvd> ] Acceleration: <accel> m/s2 * [ <uan> <uae> <uad> ]

Signature Elements:

Field

Description

<time>

The current simulation time

<event>

The event name

<platform>

The name of platform omitted

<type>

The type of the platform

<side>

The team or affiliation of team

<lat> <lon> <alt>

The platform location; altitude is always in meters

<heading>

The heading of platform (degrees clockwise from north)

<pitch>

The pitch angle of the platform in degrees

<roll>

The roll angle of the platform in degrees

<speed>

The speed of platform in meters/second

<u(vn, ve, vd)>

The components of the unit velocity vector in the north-east-down (NED) frame

<accel>

The acceleration of platform in meters/second^2

<u(an, ae, ad)>

The components of the unit acceleration vector in the north-east-down (NED) frame

TEAM_NAME_DEFINITION

This event has not been documented yet.