Packet RealWorldTestMessage

File: src/applications/realworldtestapp/RealWorldTestMessage.msg

C++ definition

Author: Bernhard Heep

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. 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:

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