Packet ALMTestTracedMessage

File: src/applications/almtest/ALMTestTracedMessage.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

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.

Source code:

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;
}