Message TierReadyMessage

File: Common/CommonMessages.msg

Notification that a layer finished his init phase

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:

cMessage (unknown -- not in documented files)

Fields:

Name Type Description
ready bool
thisNode NodeHandle

Source code:

message TierReadyMessage extends cMessage {
fields:
    bool ready;
    NodeHandle thisNode;
};