(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
NetworkDatagramBase | packet | (no description) |
Name | Type | Description |
---|---|---|
seqNum | unsigned long | |
isFlood | int | |
nbHops | int | |
transportProtocol | int | |
finalDestAddr | L3Address | |
initialSrcAddr | L3Address | |
srcAddr | L3Address | |
destAddr | L3Address |
packet WiseRouteDatagram extends NetworkDatagramBase { @customize(true); unsigned long seqNum = 0; int isFlood; int nbHops; int transportProtocol = -1; L3Address finalDestAddr; L3Address initialSrcAddr; }