RsvpResvMsg
classFIXME 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 | class |
FIXME missing documentation |
Fields
| Name | Type | Description |
|---|---|---|
| hop | RsvpHopObj | |
| flowDescriptor | FlowDescriptorVector | |
| rsvpKind | int | |
| session | SessionObj | |
| checksumValid | bool | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // FIXME missing documentation // class RsvpResvMsg extends RsvpPacket { RsvpHopObj hop; FlowDescriptorVector flowDescriptor; rsvpKind = RESV_MESSAGE; }File: src/inet/networklayer/rsvpte/RsvpResvMsg.msg