INET Framework for OMNeT++/OMNEST
inet::AODVRREPACK Class Reference

Class generated from inet/routing/aodv/AODVControlPackets.msg:103 by nedtool. More...

#include <AODVControlPackets_m.h>

Inheritance diagram for inet::AODVRREPACK:
inet::AODVControlPacket

Public Member Functions

 AODVRREPACK (const char *name=nullptr)
 
 AODVRREPACK (const AODVRREPACK &other)
 
virtual ~AODVRREPACK ()
 
AODVRREPACKoperator= (const AODVRREPACK &other)
 
virtual AODVRREPACKdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::AODVControlPacket
 AODVControlPacket (const char *name=nullptr, short kind=0)
 
 AODVControlPacket (const AODVControlPacket &other)
 
virtual ~AODVControlPacket ()
 
AODVControlPacketoperator= (const AODVControlPacket &other)
 
virtual unsigned int getPacketType () const
 
virtual void setPacketType (unsigned int packetType)
 

Protected Member Functions

bool operator== (const AODVRREPACK &)
 
- Protected Member Functions inherited from inet::AODVControlPacket
bool operator== (const AODVControlPacket &)
 

Private Member Functions

void copy (const AODVRREPACK &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::AODVControlPacket
unsigned int packetType
 

Detailed Description

Class generated from inet/routing/aodv/AODVControlPackets.msg:103 by nedtool.

//
// Represents an AODV Route Reply ACK
//
class AODVRREPACK extends AODVControlPacket
{
    packetType = RREPACK;
}

Constructor & Destructor Documentation

inet::AODVRREPACK::AODVRREPACK ( const char *  name = nullptr)
inet::AODVRREPACK::AODVRREPACK ( const AODVRREPACK other)
virtual inet::AODVRREPACK::~AODVRREPACK ( )
virtual

Member Function Documentation

void inet::AODVRREPACK::copy ( const AODVRREPACK other)
private
virtual AODVRREPACK* inet::AODVRREPACK::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::AODVControlPacket.

357 {return new AODVRREPACK(*this);}
AODVRREPACK(const char *name=nullptr)
AODVRREPACK& inet::AODVRREPACK::operator= ( const AODVRREPACK other)
bool inet::AODVRREPACK::operator== ( const AODVRREPACK )
protected
virtual void inet::AODVRREPACK::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::AODVControlPacket.

Referenced by inet::doParsimPacking().

virtual void inet::AODVRREPACK::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::AODVControlPacket.

Referenced by inet::doParsimUnpacking().


The documentation for this class was generated from the following file: