Message HelloTimerMsg

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
peer IPv4Address
command int

Source code:

//
// FIXME missing documentation
//
message HelloTimerMsg extends SignallingMsg
{
    IPv4Address peer;

    command = MSG_HELLO_TIMER;
}