Packet WiseRouteDatagram

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

C++ definition

(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
NetworkDatagramBase packet (no description)

Fields:

Name Type Description
seqNum unsigned long
isFlood int
nbHops int
transportProtocol int
finalDestAddr L3Address
initialSrcAddr L3Address
srcAddr L3Address
destAddr L3Address

Source code:

packet WiseRouteDatagram extends NetworkDatagramBase
{
    @customize(true);

    unsigned long seqNum = 0;
    int isFlood;
    int nbHops;
    int transportProtocol = -1;
    L3Address finalDestAddr;
    L3Address initialSrcAddr;
}