INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/aodv/AODVControlPackets.msg:75
by nedtool.
More...
#include <AODVControlPackets_m.h>
Public Member Functions | |
AODVRREP (const char *name=nullptr) | |
AODVRREP (const AODVRREP &other) | |
virtual | ~AODVRREP () |
AODVRREP & | operator= (const AODVRREP &other) |
virtual AODVRREP * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual bool | getRepairFlag () const |
virtual void | setRepairFlag (bool repairFlag) |
virtual bool | getAckRequiredFlag () const |
virtual void | setAckRequiredFlag (bool ackRequiredFlag) |
virtual unsigned int | getPrefixSize () const |
virtual void | setPrefixSize (unsigned int prefixSize) |
virtual unsigned int | getHopCount () const |
virtual void | setHopCount (unsigned int hopCount) |
virtual L3Address & | getDestAddr () |
virtual const L3Address & | getDestAddr () const |
virtual void | setDestAddr (const L3Address &destAddr) |
virtual unsigned int | getDestSeqNum () const |
virtual void | setDestSeqNum (unsigned int destSeqNum) |
virtual L3Address & | getOriginatorAddr () |
virtual const L3Address & | getOriginatorAddr () const |
virtual void | setOriginatorAddr (const L3Address &originatorAddr) |
virtual unsigned int | getOriginatorSeqNum () const |
virtual void | setOriginatorSeqNum (unsigned int originatorSeqNum) |
virtual ::omnetpp::simtime_t | getLifeTime () const |
virtual void | setLifeTime (::omnetpp::simtime_t lifeTime) |
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 AODVRREP &) |
Protected Member Functions inherited from inet::AODVControlPacket | |
bool | operator== (const AODVControlPacket &) |
Protected Attributes | |
bool | repairFlag |
bool | ackRequiredFlag |
unsigned int | prefixSize |
unsigned int | hopCount |
L3Address | destAddr |
unsigned int | destSeqNum |
L3Address | originatorAddr |
unsigned int | originatorSeqNum |
::omnetpp::simtime_t | lifeTime |
Protected Attributes inherited from inet::AODVControlPacket | |
unsigned int | packetType |
Private Member Functions | |
void | copy (const AODVRREP &other) |
Class generated from inet/routing/aodv/AODVControlPackets.msg:75
by nedtool.
// // Represents an AODV Route Reply // class AODVRREP extends AODVControlPacket { packetType = RREP; bool repairFlag; bool ackRequiredFlag; unsigned int prefixSize; unsigned int hopCount; L3Address destAddr; unsigned int destSeqNum; L3Address originatorAddr; unsigned int originatorSeqNum; simtime_t lifeTime; }
inet::AODVRREP::AODVRREP | ( | const char * | name = nullptr | ) |
inet::AODVRREP::AODVRREP | ( | const AODVRREP & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::AODVControlPacket.
Referenced by inet::AODVRouting::handleRREP().
|
virtual |
Referenced by inet::AODVRouting::handleRREP().
|
virtual |
Referenced by inet::AODVRouting::handleHelloMessage(), and inet::AODVRouting::handleRREP().
|
inlinevirtual |
Referenced by getDestAddr().
|
virtual |
Referenced by inet::AODVRouting::handleHelloMessage(), and inet::AODVRouting::handleRREP().
|
virtual |
Referenced by inet::AODVRouting::handleRREP().
virtual ::omnetpp::simtime_t inet::AODVRREP::getLifeTime | ( | ) | const |
Referenced by inet::AODVRouting::handleRREP().
|
virtual |
Referenced by inet::AODVRouting::forwardRREP(), and inet::AODVRouting::handleRREP().
|
inlinevirtual |
Referenced by getOriginatorAddr().
|
virtual |
Referenced by inet::AODVRouting::handleRREP().
|
virtual |
|
virtual |
|
protected |
|
overridevirtual |
Reimplemented from inet::AODVControlPacket.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::AODVControlPacket.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::AODVRouting::handleRREP(), and inet::AODVRouting::sendRREP().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::AODVRouting::createGratuitousRREP(), and inet::AODVRouting::createRREP().
|
virtual |
Referenced by inet::AODVRouting::createRREP().
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |