RrepAck

RrepAck

class

Represents an AODV Route Reply ACK

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
AodvControlPacket class

Base packet for AODV Control Packets

Fields

Name Type Description
chunkLength b
reserved uint8_t

packetType = RREPACK or RREPACK_IPv6

packetType AodvControlPacketType

packet type, stored in one byte

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

Source code

//
// Represents an AODV Route Reply ACK
//
class RrepAck extends AodvControlPacket
{
    chunkLength = B(2);
    // packetType = RREPACK or RREPACK_IPv6
    uint8_t reserved = 0;
}

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