Message RealWorldTestMessage

File: Applications/RealWorldTestApp/RealWorldTestMessage.msg

Author: Bernhard Heep

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.

Fields:

Name Type Description
msg string

the message to be forwarded by the overlay

Source code:

message RealWorldTestMessage
{
    fields:
	string msg;     // the message to be forwarded by the overlay
};