|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/aodv/AODVControlPackets.msg:92 by nedtool.
More...
#include <AODVControlPackets_m.h>
Public Member Functions | |
| AODVRERR (const char *name=nullptr) | |
| AODVRERR (const AODVRERR &other) | |
| virtual | ~AODVRERR () |
| AODVRERR & | operator= (const AODVRERR &other) |
| virtual AODVRERR * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual void | setUnreachableNodesArraySize (unsigned int size) |
| virtual unsigned int | getUnreachableNodesArraySize () const |
| virtual UnreachableNode & | getUnreachableNodes (unsigned int k) |
| virtual const UnreachableNode & | getUnreachableNodes (unsigned int k) const |
| virtual void | setUnreachableNodes (unsigned int k, const UnreachableNode &unreachableNodes) |
| virtual bool | getNoDeleteFlag () const |
| virtual void | setNoDeleteFlag (bool noDeleteFlag) |
| virtual unsigned int | getDestCount () const |
| virtual void | setDestCount (unsigned int destCount) |
Public Member Functions inherited from inet::AODVControlPacket | |
| AODVControlPacket (const char *name=nullptr, short kind=0) | |
| AODVControlPacket (const AODVControlPacket &other) | |
| virtual | ~AODVControlPacket () |
| AODVControlPacket & | operator= (const AODVControlPacket &other) |
| virtual unsigned int | getPacketType () const |
| virtual void | setPacketType (unsigned int packetType) |
Protected Member Functions | |
| bool | operator== (const AODVRERR &) |
Protected Member Functions inherited from inet::AODVControlPacket | |
| bool | operator== (const AODVControlPacket &) |
Protected Attributes | |
| UnreachableNode * | unreachableNodes |
| unsigned int | unreachableNodes_arraysize |
| bool | noDeleteFlag |
| unsigned int | destCount |
Protected Attributes inherited from inet::AODVControlPacket | |
| unsigned int | packetType |
Private Member Functions | |
| void | copy (const AODVRERR &other) |
Class generated from inet/routing/aodv/AODVControlPackets.msg:92 by nedtool.
// // Represents an AODV Route Error // class AODVRERR extends AODVControlPacket { packetType = RERR; UnreachableNode unreachableNodes[]; bool noDeleteFlag; unsigned int destCount; }
| inet::AODVRERR::AODVRERR | ( | const char * | name = nullptr | ) |
| inet::AODVRERR::AODVRERR | ( | const AODVRERR & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::AODVControlPacket.
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::AODVRouting::handleRERR().
|
inlinevirtual |
Referenced by getUnreachableNodes().
|
virtual |
Referenced by inet::AODVRouting::handleRERR().
|
protected |
|
overridevirtual |
Reimplemented from inet::AODVControlPacket.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::AODVControlPacket.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::AODVRouting::createRERR().
|
virtual |
|
virtual |
Referenced by inet::AODVRouting::createRERR().
|
virtual |
Referenced by inet::AODVRouting::createRERR().
|
protected |
|
protected |
|
protected |
|
protected |