Packet ALMTestTracedMessage

File: src/applications/almtest/ALMTestTracedMessage.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
groupId OverlayKey

Group to which the message is sent.

mcastId long

identifies a message and all its copies

senderId int

Set before sending. Module id of sender.

receiverId int

Set after receiving. Module id of receiver.

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