Packet SessionMsg

File: src/applications/i3/i3Apps/I3SessionMessage.msg

C++ definition

(no description)

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
type int
value double
source I3Identifier

Source code:

packet SessionMsg
{
    int type @enum(SessionMsgType);
    double value;
    I3Identifier source;
}