RteMsg

Namespace inet::dymo

RteMsg

packet

(no description)

Extends

Name Type Description
DYMOPacket (unknown -- not in documented files)

Fields

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

Source code

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

File: src/inet/routing/dymo/DYMO.msg