(no description)
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
mcastId | long |
identifies a message and all its copies |
groupId | OverlayKey |
Group to which the message is sent. |
receiverId | int |
Set after receiving. Module id of receiver. |
senderId | int |
Set before sending. Module id of sender. |
packet ALMTestTracedMessage { // Group to which the message is sent. OverlayKey groupId; // identifies a message and all its copies long mcastId; // Set before sending. // Module id of sender. int senderId; // Set after receiving. // Module id of receiver. int receiverId; }