File: Common/CommonMessages.msg
Notification that a component finished its init phase
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
cMessage | (unknown -- not in documented files) |
Name | Type | Description |
---|---|---|
ready | bool | true, if the component is ready |
comp | int | the component, which is ready |
message CompReadyMessage extends cMessage { fields: bool ready; // true, if the component is ready int comp enum(CompType); // the component, which is ready };