Message RsbCommitTimerMsg

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
id int
command int

Source code:

//
// FIXME missing documentation
//
message RsbCommitTimerMsg extends SignallingMsg
{
    int id;

    command = MSG_RSB_COMMIT_TIMER;
}