Message PathNotifyMsg

File: src/inet/networklayer/rsvp_te/SignallingMsg.msg

C++ definition

FIXME missing documentation

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.

Extends:

Name Type Description
SignallingMsg message

FIXME missing documentation

Fields:

Name Type Description
session SessionObj_t
sender SenderTemplateObj_t
status int
command int

Source code:

//
// FIXME missing documentation
//
message PathNotifyMsg extends SignallingMsg
{
    SessionObj_t session;
    SenderTemplateObj_t sender;

    int status;

    command = MSG_PATH_NOTIFY;
}