|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/aodv/AodvControlPackets.msg:109 by opp_msgtool.
More...
#include <AodvControlPackets_m.h>
Public Member Functions | |
| WaitForRrep (const char *name=nullptr, short kind=0) | |
| WaitForRrep (const WaitForRrep &other) | |
| virtual | ~WaitForRrep () |
| WaitForRrep & | operator= (const WaitForRrep &other) |
| virtual WaitForRrep * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const ::inet::L3Address & | getDestAddr () const |
| virtual ::inet::L3Address & | getDestAddrForUpdate () |
| virtual void | setDestAddr (const ::inet::L3Address &destAddr) |
| virtual unsigned int | getLastTTL () const |
| virtual void | setLastTTL (unsigned int lastTTL) |
| virtual bool | getFromInvalidEntry () const |
| virtual void | setFromInvalidEntry (bool fromInvalidEntry) |
Protected Member Functions | |
| bool | operator== (const WaitForRrep &)=delete |
Protected Attributes | |
| ::inet::L3Address | destAddr |
| unsigned int | lastTTL = 0 |
| bool | fromInvalidEntry = false |
Private Member Functions | |
| void | copy (const WaitForRrep &other) |
Class generated from inet/routing/aodv/AodvControlPackets.msg:109 by opp_msgtool.
// // Represents an internal timer for a Route Reply packet in Aodv module // message WaitForRrep { L3Address destAddr; unsigned int lastTTL; bool fromInvalidEntry; }
| inet::aodv::WaitForRrep::WaitForRrep | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::aodv::WaitForRrep::WaitForRrep | ( | const WaitForRrep & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
Referenced by inet::aodv::Aodv::handleWaitForRREP().
|
inline |
|
virtual |
|
virtual |
Referenced by inet::aodv::Aodv::handleWaitForRREP(), and inet::aodv::Aodv::sendRREQ().
| WaitForRrep& inet::aodv::WaitForRrep::operator= | ( | const WaitForRrep & | other | ) |
|
protecteddelete |
|
overridevirtual |
Referenced by inet::aodv::doParsimPacking().
|
overridevirtual |
Referenced by inet::aodv::doParsimUnpacking().
|
virtual |
Referenced by inet::aodv::Aodv::sendRREQ().
|
virtual |
Referenced by inet::aodv::Aodv::sendRREQ().
|
virtual |
Referenced by inet::aodv::Aodv::sendRREQ().
|
protected |
|
protected |
|
protected |