RsvpResvError
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 | |
| errorNode | Ipv4Address | |
| errorCode | int | |
| 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 RsvpResvError extends RsvpPacket { RsvpHopObj hop; Ipv4Address errorNode; int errorCode; rsvpKind = RERROR_MESSAGE; }File: src/inet/networklayer/rsvpte/RsvpResvMsg.msg