Message PubSubJoinResponse

File: Overlay/PubSubMMOG/PubSubMessage.msg

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

BaseResponseMessage

A basic Remote-Procedure-Response message

Fields:

Name Type Description
responsibleNode NodeHandle

FIXME: Position's missing

Source code:

message PubSubJoinResponse extends BaseResponseMessage {
    fields:
        NodeHandle responsibleNode;
        // FIXME: Position's missing
}