RteMsg
class(no description)
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 |
|---|---|---|
| DymoPacket | class | (no description) |
Known subclasses
| Name | Type | Description |
|---|---|---|
| Rrep | class |
Dymo RREP packet |
| Rreq | class |
Dymo RREQ packet |
Fields
| Name | Type | Description |
|---|---|---|
| hopCount | int | |
| originatorNode | AddressBlock | |
| targetNode | AddressBlock | |
| addedNode | AddressBlock[] | |
| hopLimit | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| tags | RegionTagSet::cObjectRegionTag[] |
Source code
class RteMsg extends DymoPacket { int hopCount; AddressBlock originatorNode; AddressBlock targetNode; AddressBlock addedNode[]; }File: src/inet/routing/dymo/Dymo.msg