Packet RSVPHelloMsg

File: src/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. 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.

Extends:

RSVPMessage (packet)

RSVP message common part

Fields:

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

Source code:

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

    int srcInstance;
    int dstInstance;

    int rsvpKind = HELLO_MESSAGE;
}