INET Framework for OMNeT++/OMNEST
inet::dymo::RREP Class Reference

Class generated from inet/routing/dymo/DYMO.msg:93 by nedtool. More...

#include <DYMO_m.h>

Inheritance diagram for inet::dymo::RREP:
inet::dymo::RteMsg inet::dymo::DYMOPacket

Public Member Functions

 RREP (const char *name=nullptr, short kind=0)
 
 RREP (const RREP &other)
 
virtual ~RREP ()
 
RREPoperator= (const RREP &other)
 
virtual RREPdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::dymo::RteMsg
 RteMsg (const char *name=nullptr, short kind=0)
 
 RteMsg (const RteMsg &other)
 
virtual ~RteMsg ()
 
RteMsgoperator= (const RteMsg &other)
 
virtual int getHopCount () const
 
virtual void setHopCount (int hopCount)
 
virtual AddressBlockgetOriginatorNode ()
 
virtual const AddressBlockgetOriginatorNode () const
 
virtual void setOriginatorNode (const AddressBlock &originatorNode)
 
virtual AddressBlockgetTargetNode ()
 
virtual const AddressBlockgetTargetNode () const
 
virtual void setTargetNode (const AddressBlock &targetNode)
 
virtual void setAddedNodeArraySize (unsigned int size)
 
virtual unsigned int getAddedNodeArraySize () const
 
virtual AddressBlockgetAddedNode (unsigned int k)
 
virtual const AddressBlockgetAddedNode (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 ()
 
DYMOPacketoperator= (const DYMOPacket &other)
 
virtual int getHopLimit () const
 
virtual void setHopLimit (int hopLimit)
 

Protected Member Functions

bool operator== (const RREP &)
 
- Protected Member Functions inherited from inet::dymo::RteMsg
bool operator== (const RteMsg &)
 
- Protected Member Functions inherited from inet::dymo::DYMOPacket
bool operator== (const DYMOPacket &)
 

Private Member Functions

void copy (const RREP &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::dymo::RteMsg
int hopCount
 
AddressBlock originatorNode
 
AddressBlock targetNode
 
AddressBlockaddedNode
 
unsigned int addedNode_arraysize
 
- Protected Attributes inherited from inet::dymo::DYMOPacket
int hopLimit
 

Detailed Description

Class generated from inet/routing/dymo/DYMO.msg:93 by nedtool.

//
// DYMO RREP packet
//
packet RREP extends RteMsg
{
}

Constructor & Destructor Documentation

inet::dymo::RREP::RREP ( const char *  name = nullptr,
short  kind = 0 
)
inet::dymo::RREP::RREP ( const RREP other)
virtual inet::dymo::RREP::~RREP ( )
virtual

Member Function Documentation

void inet::dymo::RREP::copy ( const RREP other)
private
virtual RREP* inet::dymo::RREP::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::dymo::RteMsg.

Referenced by inet::dymo::DYMO::processRREP().

431 {return new RREP(*this);}
RREP(const char *name=nullptr, short kind=0)
RREP& inet::dymo::RREP::operator= ( const RREP other)
bool inet::dymo::RREP::operator== ( const RREP )
protected
virtual void inet::dymo::RREP::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::dymo::RteMsg.

Referenced by inet::dymo::doParsimPacking().

virtual void inet::dymo::RREP::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::dymo::RteMsg.

Referenced by inet::dymo::doParsimUnpacking().


The documentation for this class was generated from the following file: