Packet RSVPPacket

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

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

Known subclasses:

Name Type Description
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;
}