WiseRouteHeader

WiseRouteHeader

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
NetworkHeaderBase class (no description)

Fields

Name Type Description
srcAddr L3Address
destAddr L3Address
seqNum unsigned long
isFlood int
nbHops int
protocolId IpProtocolId
finalDestAddr L3Address
initialSrcAddr L3Address
payloadLengthField B
sourceAddress L3Address
destinationAddress L3Address
protocol Protocol
mutable bool
complete bool
correct bool
properlyRepresented bool
chunkLength b
rawBin string[]
rawHex string[]
tags RegionTagSet::cObjectRegionTag[]

Source code

class WiseRouteHeader extends NetworkHeaderBase
{
    L3Address srcAddr;
    L3Address destAddr;
    unsigned long seqNum = 0;
    int isFlood;
    int nbHops;
    IpProtocolId protocolId;
    L3Address finalDestAddr;
    L3Address initialSrcAddr;
    B payloadLengthField;
}

File: src/inet/networklayer/wiseroute/WiseRouteHeader.msg