Packet RealWorldTestMessage

File: src/applications/realworldtestapp/RealWorldTestMessage.msg

Author: Bernhard Heep

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

Name Type Description
msg string

the message to be forwarded by the overlay

Source code:

//
// @author Bernhard Heep
//
packet RealWorldTestMessage
{
    string msg;     // the message to be forwarded by the overlay
}