FIXME missing documentation
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
RSVPPacket (packet) |
FIXME missing documentation |
Name | Type | Description |
---|---|---|
session | SessionObj_t | |
label_request | LabelRequestObj_t | |
color | int | |
checksumValid | bool | |
hop | RsvpHopObj_t | |
sender_descriptor | SenderDescriptor_t | |
ERO | EroVector | |
rsvpKind | int |
// // FIXME missing documentation // packet RSVPPathMsg extends RSVPPacket { @customize(true); RsvpHopObj_t hop; LabelRequestObj_t label_request; SenderDescriptor_t sender_descriptor; EroVector ERO; int color; int rsvpKind = PATH_MESSAGE; }