Message RSVPPathMsg

File: Network/RSVP_TE/RSVPPathMsg.msg

C++ definition: click here

FIXME missing documentation

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

RSVPPathMsg RSVPPacket

Extends:

RSVPPacket

FIXME missing documentation

Properties:

Name Value Description
customize true

Fields:

Name Type Description
hop RsvpHopObj_t
label_request LabelRequestObj_t
sender_descriptor SenderDescriptor_t
ERO EroVector
color int
rsvpKind int

Source code:

message RSVPPathMsg extends RSVPPacket
{
    properties:
        customize=true;
    fields:
        RsvpHopObj_t hop;
        LabelRequestObj_t label_request;
        SenderDescriptor_t sender_descriptor;
        EroVector ERO;
        int color;

        int rsvpKind = PATH_MESSAGE;
};