|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/dymo/Dymo.msg:57 by opp_msgtool.
More...
#include <Dymo_m.h>
Public Member Functions | |
| RreqTimer (const char *name=nullptr, short kind=0) | |
| RreqTimer (const RreqTimer &other) | |
| virtual | ~RreqTimer () |
| RreqTimer & | operator= (const RreqTimer &other) |
| virtual RreqTimer * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const ::inet::L3Address & | getTarget () const |
| virtual ::inet::L3Address & | getTargetForUpdate () |
| virtual void | setTarget (const ::inet::L3Address &target) |
Protected Member Functions | |
| bool | operator== (const RreqTimer &)=delete |
Protected Attributes | |
| ::inet::L3Address | target |
Private Member Functions | |
| void | copy (const RreqTimer &other) |
Class generated from inet/routing/dymo/Dymo.msg:57 by opp_msgtool.
message RreqTimer { L3Address target; }
| inet::dymo::RreqTimer::RreqTimer | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::dymo::RreqTimer::RreqTimer | ( | const RreqTimer & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented in inet::dymo::RreqHolddownTimer, inet::dymo::RreqBackoffTimer, and inet::dymo::RreqWaitRrepTimer.
|
virtual |
|
inline |
|
protecteddelete |
|
overridevirtual |
Reimplemented in inet::dymo::RreqHolddownTimer, inet::dymo::RreqBackoffTimer, and inet::dymo::RreqWaitRrepTimer.
Referenced by inet::dymo::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::dymo::RreqHolddownTimer, inet::dymo::RreqBackoffTimer, and inet::dymo::RreqWaitRrepTimer.
Referenced by inet::dymo::doParsimUnpacking().
|
virtual |
|
protected |