Packet RSVPPacket

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

Known subclasses:

RSVPPathError (packet)

FIXME missing documentation

RSVPPathMsg (packet)

FIXME missing documentation

RSVPPathTear (packet)

FIXME missing documentation

RSVPResvError (packet)

FIXME missing documentation

RSVPResvMsg (packet)

FIXME missing documentation

RSVPResvTear (packet)

FIXME missing documentation

Fields:

Name Type Description
session SessionObj_t
checksumValid bool
rsvpKind int

Source code:

//
// FIXME missing documentation
//
packet RSVPPacket extends RSVPMessage
{
    @customize(true);
    SessionObj_t session;
    bool checksumValid = true;
}