Packet RSVPHelloMsg

File: src/inet/networklayer/rsvp_te/RSVPHello.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
RSVPMessage packet

RSVP message common part

Fields:

Name Type Description
request bool
ack bool
srcInstance int
dstInstance int
rsvpKind int

Source code:

//
// FIXME missing documentation
//
packet RSVPHelloMsg extends RSVPMessage
{
    @customize(true);
    bool request;
    bool ack;

    int srcInstance;
    int dstInstance;

    rsvpKind = HELLO_MESSAGE;
}