File: Common/CommonMessages.msg
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseOverlayMessage | Base class for all messages handled by overlay modules |
Name | Type | Description |
---|---|---|
destComp | int | destination component |
srcComp | int | source component |
message BaseAppDataMessage extends BaseOverlayMessage { fields: int destComp enum(CompType); // destination component int srcComp enum(CompType); // source component };