DsdvHello

DsdvHello

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

Fields

Name Type Description
srcAddress Ipv4Address

terminal que gerou o pacote

sequencenumber unsigned int

sequence number created by the source node(node's ID = srcIPAddress) of the hello msg and associated with that node

nextAddress Ipv4Address

terminal que re-/transmite o pacote

hopdistance int

distancia em hops/custo

mutable bool
complete bool
correct bool
properlyRepresented bool
chunkLength b
rawBin string[]
rawHex string[]
tags RegionTagSet::cObjectRegionTag[]

Source code

class DsdvHello extends FieldsChunk
{
    Ipv4Address srcAddress; //terminal que gerou o pacote
    unsigned int sequencenumber;//sequence number created by the source node(node's ID = srcIPAddress) of the hello msg and associated with that node
    Ipv4Address nextAddress; //terminal que re-/transmite o pacote
    int hopdistance; //distancia em hops/custo
}

File: src/inet/routing/dsdv/DsdvHello.msg