Packet RteMsg

File: src/inet/routing/dymo/DYMO.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
DYMOPacket packet (no description)

Known subclasses:

Name Type Description
RREP packet

DYMO RREP packet

RREQ packet

DYMO RREQ packet

Fields:

Name Type Description
hopCount int
originatorNode AddressBlock
targetNode AddressBlock
addedNode AddressBlock[]
hopLimit int

Source code:

packet RteMsg extends DYMOPacket
{
    int hopCount;
    AddressBlock originatorNode;
    AddressBlock targetNode;
    AddressBlock addedNode[];
}