INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/dymo/DYMO.msg:77
by nedtool.
More...
#include <DYMO_m.h>
Public Member Functions | |
RteMsg (const char *name=nullptr, short kind=0) | |
RteMsg (const RteMsg &other) | |
virtual | ~RteMsg () |
RteMsg & | operator= (const RteMsg &other) |
virtual RteMsg * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual int | getHopCount () const |
virtual void | setHopCount (int hopCount) |
virtual AddressBlock & | getOriginatorNode () |
virtual const AddressBlock & | getOriginatorNode () const |
virtual void | setOriginatorNode (const AddressBlock &originatorNode) |
virtual AddressBlock & | getTargetNode () |
virtual const AddressBlock & | getTargetNode () const |
virtual void | setTargetNode (const AddressBlock &targetNode) |
virtual void | setAddedNodeArraySize (unsigned int size) |
virtual unsigned int | getAddedNodeArraySize () const |
virtual AddressBlock & | getAddedNode (unsigned int k) |
virtual const AddressBlock & | getAddedNode (unsigned int k) const |
virtual void | setAddedNode (unsigned int k, const AddressBlock &addedNode) |
Public Member Functions inherited from inet::dymo::DYMOPacket | |
DYMOPacket (const char *name=nullptr, short kind=0) | |
DYMOPacket (const DYMOPacket &other) | |
virtual | ~DYMOPacket () |
DYMOPacket & | operator= (const DYMOPacket &other) |
virtual int | getHopLimit () const |
virtual void | setHopLimit (int hopLimit) |
Protected Member Functions | |
bool | operator== (const RteMsg &) |
Protected Member Functions inherited from inet::dymo::DYMOPacket | |
bool | operator== (const DYMOPacket &) |
Protected Attributes | |
int | hopCount |
AddressBlock | originatorNode |
AddressBlock | targetNode |
AddressBlock * | addedNode |
unsigned int | addedNode_arraysize |
Protected Attributes inherited from inet::dymo::DYMOPacket | |
int | hopLimit |
Private Member Functions | |
void | copy (const RteMsg &other) |
Class generated from inet/routing/dymo/DYMO.msg:77
by nedtool.
packet RteMsg extends DYMOPacket { int hopCount; AddressBlock originatorNode; AddressBlock targetNode; AddressBlock addedNode[]; }
inet::dymo::RteMsg::RteMsg | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::dymo::RteMsg::RteMsg | ( | const RteMsg & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::dymo::DYMOPacket.
Reimplemented in inet::dymo::RREP, and inet::dymo::RREQ.
|
virtual |
Referenced by inet::dymo::DYMO::processRteMsg().
|
inlinevirtual |
Referenced by getAddedNode().
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Referenced by getOriginatorNode().
|
virtual |
|
inlinevirtual |
Referenced by getTargetNode().
|
protected |
|
overridevirtual |
Reimplemented from inet::dymo::DYMOPacket.
Reimplemented in inet::dymo::RREP, and inet::dymo::RREQ.
Referenced by inet::dymo::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::dymo::DYMOPacket.
Reimplemented in inet::dymo::RREP, and inet::dymo::RREQ.
Referenced by inet::dymo::doParsimUnpacking().
|
virtual |
Referenced by inet::dymo::DYMO::addNode().
|
virtual |
Referenced by inet::dymo::DYMO::addNode().
|
virtual |
Referenced by inet::dymo::DYMO::createRREQ(), and inet::dymo::DYMO::processRteMsg().
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |