Actions |
Action Name |
Type |
Description |
broadcastGlobalEnqueue |
|
Package the message as specified by the transport layer specification and send it to all endpoints on all subsystems.
|
broadcastLocalEnqueue |
|
Package the message as specified by the transport layer specification and send it to all endpoints in the local subsystem.
|
broadcastToNode |
|
Broadcasts message to all components within the local node
|
broadcastToSubsystem |
|
Broadcasts a given message to all nodes in the local subsystem (equivalent to broadcast local enqueue)
|
broadcastToSystem |
|
Broadcasts the message to all subsystems on the JAUS network (equivalent to broadcast global enqueue)
|
checkTransportPolicy |
|
|
enqueue |
|
Convert the destination address into an unsigned integer such that the ComponentID maps to the least significant byte, NodeID to the next least significant byte and SubsystemID maps onto the remaining two bytes of the integer. Package the message as specified by the transport layer specification and send it to its destination as per the specified priority.
|
sendMessage |
|
|
sendTransportPolicy |
Send Action
|
Output Message: ReportTransportPolicy
|
storeTransportPolicy |
|
|