AodvControlPacket

AodvControlPacket

class

Base packet for AODV Control Packets

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)

Known subclasses

Name Type Description
Rerr class

Represents an AODV Route Error

Rrep class

Represents an AODV Route Reply

RrepAck class

Represents an AODV Route Reply ACK

Rreq class

Represents an AODV Route Request

Fields

Name Type Description
packetType AodvControlPacketType

packet type, stored in one byte

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

Source code

//
// Base packet for AODV Control Packets
//
class AodvControlPacket extends FieldsChunk
{
    AodvControlPacketType packetType = static_cast<AodvControlPacketType>(-1);       // packet type, stored in one byte
}

File: src/inet/routing/aodv/AodvControlPackets.msg