Link Events
These are the event_output events related to the link. See also Comm Events.
LINK_ADDED_TO_LOCAL¶
event_output Signature:
<time> <event> <router-platform> <router-name>
Protocol Type: <protocol-name> added:
<source-address> linked to: <destination-address>
Signature Elements:
Field |
Description |
---|---|
<time> |
The current simulation time |
<event> |
The event name |
<router-platform> |
The platform name containing the router adding a local link |
<router-name> |
The router adding a local link |
<protocol-name> |
The name of the protocol initiating the addition of a link |
<source-address> |
The address of the comm that is the sender of the communications link |
<destination-address> |
The address of the comm that is the recipient of the communications link |
LINK_ADDED_TO_MANAGER¶
event_output Signature:
<time> <event> <source-platform> <source-comm> <source-address> linked to: <platform> <destination-comm> <destination-address>
Signature Elements:
Field |
Description |
---|---|
<time> |
The current simulation time |
<event> |
The event name |
<source-platform> |
The platform containing the comm that is the sender of the communications link |
<source-comm> |
The comm that is the sender of the communications link |
<source-address> |
The address of the comm that is the sender of the communications link |
<platform> |
The platform name containing the comm that is recipient of the communications link |
<destination-comm> |
The comm that is the recipient of the communications link |
<destination-address> |
The address of the comm that is the recipient of the communications link |
LINK_DISABLED_ON_LOCAL¶
event_output Signature:
<time> <event> <router-platform> <router-name>
Protocol Type: <protocol-name> disabled:
<source-address> linked to: <destination-address>
Signature Elements:
Field |
Description |
---|---|
<time> |
The current simulation time |
<event> |
The event name |
<router-platform> |
The platform name containing the router disabling a local link |
<router-name> |
The router disabling a local link |
<protocol-name> |
The name of the protocol initiating the disabling of a link |
<source-address> |
The address of the comm that is the sender of the communications link |
<destination-address> |
The address of the comm that is the recipient of the communications link |
LINK_DISABLED_ON_MANAGER¶
event_output Signature:
<time> <event> <source-platform> <source-comm> <source-address> linked to: <platform> <destination-comm> <destination-address>
Signature Elements:
Field |
Description |
---|---|
<time> |
The current simulation time |
<event> |
The event name |
<source-platform> |
The platform containing the comm that is the sender of the communications link |
<source-comm> |
The comm that is the sender of the communications link |
<source-address> |
The address of the comm that is the sender of the communications link |
<platform> |
The platform name containing the comm that is recipient of the communications link |
<destination-comm> |
The comm that is the recipient of the communications link |
<destination-address> |
The address of the comm that is the recipient of the communications link |
LINK_ENABLED_ON_LOCAL¶
event_output Signature:
<time> <event> <router-platform> <router-name>
Protocol Type: <protocol-name> enabled:
<source-address> linked to: <destination-address>
Signature Elements:
Field |
Description |
---|---|
<time> |
The current simulation time |
<event> |
The event name |
<router-platform> |
The platform name containing the router enabling a local link |
<router-name> |
The router enabling a local link |
<protocol-name> |
The name of the protocol initiating the enabling of a link |
<source-address> |
The address of the comm that is the sender of the communications link |
<destination-address> |
The address of the comm that is the recipient of the communications link |
LINK_ENABLED_ON_MANAGER¶
event_output Signature:
<time> <event> <source-platform> <source-comm> <source-address> linked to: <platform> <destination-comm> <destination-address>
Signature Elements:
Field |
Description |
---|---|
<time> |
The current simulation time |
<event> |
The event name |
<source-platform> |
The platform containing the comm that is the sender of the communications link |
<source-comm> |
The comm that is the sender of the communications link |
<source-address> |
The address of the comm that is the sender of the communications link |
<platform> |
The platform name containing the comm that is recipient of the communications link |
<destination-comm> |
The comm that is the recipient of the communications link |
<destination-address> |
The address of the comm that is the recipient of the communications link |
LINK_REMOVED_FROM_LOCAL¶
event_output Signature:
<time> <event> <router-platform> <router-name>
Protocol Type: <protocol-name> removed:
<source-address> linked to: <destination-address>
Signature Elements:
Field |
Description |
---|---|
<time> |
The current simulation time |
<event> |
The event name |
<router-platform> |
The platform name containing the router removing a local link |
<router-name> |
The router removing a local link |
<protocol-name> |
The name of the protocol initiating the removal of a link |
<source-address> |
The address of the comm that is the sender of the communications link |
<destination-address> |
The address of the comm that is the recipient of the communications link |
LINK_REMOVED_FROM_MANAGER¶
event_output Signature:
<time> <event> <source-platform> <source-comm> <source-address> linked to: <platform> <destination-comm> <destination-address>
Signature Elements:
Field |
Description |
---|---|
<time> |
The current simulation time |
<event> |
The event name |
<source-platform> |
The platform containing the comm that is the sender of the communications link |
<source-comm> |
The comm that is the sender of the communications link |
<source-address> |
The address of the comm that is the sender of the communications link |
<platform> |
The platform name containing the comm that is recipient of the communications link |
<destination-comm> |
The comm that is the recipient of the communications link |
<destination-address> |
The address of the comm that is the recipient of the communications link |