|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/aodv/AODVControlPackets.msg:111 by nedtool.
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 L3Address & | getDestAddr () |
| virtual const L3Address & | getDestAddr () const |
| virtual void | setDestAddr (const 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 &) |
Protected Attributes | |
| L3Address | destAddr |
| unsigned int | lastTTL |
| bool | fromInvalidEntry |
Private Member Functions | |
| void | copy (const WaitForRREP &other) |
Class generated from inet/routing/aodv/AODVControlPackets.msg:111 by nedtool.
// // Represents a timer for a Route Reply packet // message WaitForRREP { L3Address destAddr; unsigned int lastTTL; bool fromInvalidEntry; }
| inet::WaitForRREP::WaitForRREP | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::WaitForRREP::WaitForRREP | ( | const WaitForRREP & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
Referenced by inet::AODVRouting::handleWaitForRREP().
|
inlinevirtual |
Referenced by getDestAddr().
|
virtual |
|
virtual |
Referenced by inet::AODVRouting::handleWaitForRREP(), and inet::AODVRouting::sendRREQ().
| WaitForRREP& inet::WaitForRREP::operator= | ( | const WaitForRREP & | other | ) |
|
protected |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::AODVRouting::sendRREQ().
|
virtual |
Referenced by inet::AODVRouting::sendRREQ().
|
virtual |
Referenced by inet::AODVRouting::sendRREQ().
|
protected |
|
protected |
|
protected |