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 | |
flowDescriptor | FlowDescriptorVector | |
checksumValid | bool | |
hop | RsvpHopObj_t | |
rsvpKind | int |
// // FIXME missing documentation // packet RSVPResvMsg extends RSVPPacket { @customize(true); RsvpHopObj_t hop; FlowDescriptorVector flowDescriptor; int rsvpKind = RESV_MESSAGE; }