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

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

#include <DYMO_m.h>

Inheritance diagram for inet::dymo::RREQBackoffTimer:
inet::dymo::RREQTimer

Public Member Functions

 RREQBackoffTimer (const char *name=nullptr, short kind=0)
 
 RREQBackoffTimer (const RREQBackoffTimer &other)
 
virtual ~RREQBackoffTimer ()
 
RREQBackoffTimeroperator= (const RREQBackoffTimer &other)
 
virtual RREQBackoffTimerdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual int getRetryCount () const
 
virtual void setRetryCount (int retryCount)
 
- Public Member Functions inherited from inet::dymo::RREQTimer
 RREQTimer (const char *name=nullptr, short kind=0)
 
 RREQTimer (const RREQTimer &other)
 
virtual ~RREQTimer ()
 
RREQTimeroperator= (const RREQTimer &other)
 
virtual L3AddressgetTarget ()
 
virtual const L3AddressgetTarget () const
 
virtual void setTarget (const L3Address &target)
 

Protected Member Functions

bool operator== (const RREQBackoffTimer &)
 
- Protected Member Functions inherited from inet::dymo::RREQTimer
bool operator== (const RREQTimer &)
 

Protected Attributes

int retryCount
 
- Protected Attributes inherited from inet::dymo::RREQTimer
L3Address target
 

Private Member Functions

void copy (const RREQBackoffTimer &other)
 

Detailed Description

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

message RREQBackoffTimer extends RREQTimer
{
    int retryCount;
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::dymo::RREQTimer.

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

Reimplemented from inet::dymo::RREQTimer.

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

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

Reimplemented from inet::dymo::RREQTimer.

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

virtual void inet::dymo::RREQBackoffTimer::setRetryCount ( int  retryCount)
virtual

Member Data Documentation

int inet::dymo::RREQBackoffTimer::retryCount
protected

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