INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/aodv/AODVControlPackets.msg:56
by nedtool.
More...
#include <AODVControlPackets_m.h>
Public Member Functions | |
AODVRREQ (const char *name=nullptr) | |
AODVRREQ (const AODVRREQ &other) | |
virtual | ~AODVRREQ () |
AODVRREQ & | operator= (const AODVRREQ &other) |
virtual AODVRREQ * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual bool | getJoinFlag () const |
virtual void | setJoinFlag (bool joinFlag) |
virtual bool | getRepairFlag () const |
virtual void | setRepairFlag (bool repairFlag) |
virtual bool | getGratuitousRREPFlag () const |
virtual void | setGratuitousRREPFlag (bool gratuitousRREPFlag) |
virtual bool | getDestOnlyFlag () const |
virtual void | setDestOnlyFlag (bool destOnlyFlag) |
virtual bool | getUnknownSeqNumFlag () const |
virtual void | setUnknownSeqNumFlag (bool unknownSeqNumFlag) |
virtual unsigned int | getHopCount () const |
virtual void | setHopCount (unsigned int hopCount) |
virtual unsigned int | getRreqId () const |
virtual void | setRreqId (unsigned int rreqId) |
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) |
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 AODVRREQ &) |
Protected Member Functions inherited from inet::AODVControlPacket | |
bool | operator== (const AODVControlPacket &) |
Protected Attributes | |
bool | joinFlag |
bool | repairFlag |
bool | gratuitousRREPFlag |
bool | destOnlyFlag |
bool | unknownSeqNumFlag |
unsigned int | hopCount |
unsigned int | rreqId |
L3Address | destAddr |
unsigned int | destSeqNum |
L3Address | originatorAddr |
unsigned int | originatorSeqNum |
Protected Attributes inherited from inet::AODVControlPacket | |
unsigned int | packetType |
Private Member Functions | |
void | copy (const AODVRREQ &other) |
Class generated from inet/routing/aodv/AODVControlPackets.msg:56
by nedtool.
// // Represents an AODV Route Request // class AODVRREQ extends AODVControlPacket { packetType = RREQ; bool joinFlag; bool repairFlag; bool gratuitousRREPFlag; bool destOnlyFlag; bool unknownSeqNumFlag; unsigned int hopCount; unsigned int rreqId; L3Address destAddr; unsigned int destSeqNum; L3Address originatorAddr; unsigned int originatorSeqNum; }
inet::AODVRREQ::AODVRREQ | ( | const char * | name = nullptr | ) |
inet::AODVRREQ::AODVRREQ | ( | const AODVRREQ & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::AODVControlPacket.
Referenced by inet::AODVRouting::handleRREQ().
|
virtual |
|
inlinevirtual |
Referenced by getDestAddr().
|
virtual |
|
virtual |
Referenced by inet::AODVRouting::createRREP(), and inet::AODVRouting::handleRREQ().
|
virtual |
Referenced by inet::AODVRouting::handleRREQ().
|
virtual |
Referenced by inet::AODVRouting::handleRREQ().
|
virtual |
|
virtual |
|
inlinevirtual |
Referenced by getOriginatorAddr().
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::AODVRouting::handleRREQ().
|
virtual |
Referenced by inet::AODVRouting::createRREP(), and inet::AODVRouting::handleRREQ().
|
protected |
|
overridevirtual |
Reimplemented from inet::AODVControlPacket.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::AODVControlPacket.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::AODVRouting::createRREQ().
|
virtual |
|
virtual |
Referenced by inet::AODVRouting::createRREQ(), and inet::AODVRouting::handleRREQ().
|
virtual |
Referenced by inet::AODVRouting::createRREQ().
|
virtual |
Referenced by inet::AODVRouting::createRREQ(), and inet::AODVRouting::handleRREQ().
|
virtual |
|
virtual |
Referenced by inet::AODVRouting::createRREQ().
|
virtual |
Referenced by inet::AODVRouting::createRREQ().
|
virtual |
|
virtual |
Referenced by inet::AODVRouting::createRREQ().
|
virtual |
Referenced by inet::AODVRouting::createRREQ(), and inet::AODVRouting::handleRREQ().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |