RsvpPacket
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 |
|---|---|---|
| RsvpMessage | class |
RSVP message common part |
Known subclasses
| Name | Type | Description |
|---|---|---|
| RsvpPathError | class |
FIXME missing documentation |
| RsvpPathMsg | class |
FIXME missing documentation |
| RsvpPathTear | class |
FIXME missing documentation |
| RsvpResvError | class |
FIXME missing documentation |
| RsvpResvMsg | class |
FIXME missing documentation |
| RsvpResvTear | class |
FIXME missing documentation |
Fields
| Name | Type | Description |
|---|---|---|
| session | SessionObj | |
| checksumValid | bool | |
| rsvpKind | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // FIXME missing documentation // class RsvpPacket extends RsvpMessage { SessionObj session; bool checksumValid = true; }File: src/inet/networklayer/rsvpte/RsvpPacket.msg