Packet AODVControlPacket

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

C++ definition

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.

Known subclasses:

Name Type Description
AODVRERR class

Represents an AODV Route Error

AODVRREP class

Represents an AODV Route Reply

AODVRREPACK class

Represents an AODV Route Reply ACK

AODVRREQ class

Represents an AODV Route Request

Fields:

Name Type Description
packetType unsigned int

Source code:

//
// Base packet for AODV Control Packets
//
packet AODVControlPacket
{
    unsigned int packetType;
}