Packet RSVPPathTear

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

FIXME missing documentation

Fields:

Name Type Description
hop RsvpHopObj_t
senderTemplate SenderTemplateObj_t
force bool
rsvpKind int
session SessionObj_t
checksumValid bool

Source code:

//
// FIXME missing documentation
//
packet RSVPPathTear extends RSVPPacket
{
    @customize(true);
    RsvpHopObj_t hop;
    SenderTemplateObj_t senderTemplate;
    bool force;
    rsvpKind = PTEAR_MESSAGE;
}