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

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

#include <DYMO_m.h>

Inheritance diagram for inet::dymo::RREP_ACK:
inet::dymo::DYMOPacket

Public Member Functions

 RREP_ACK (const char *name=nullptr, short kind=0)
 
 RREP_ACK (const RREP_ACK &other)
 
virtual ~RREP_ACK ()
 
RREP_ACKoperator= (const RREP_ACK &other)
 
virtual RREP_ACKdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- 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_ACK &)
 
- Protected Member Functions inherited from inet::dymo::DYMOPacket
bool operator== (const DYMOPacket &)
 

Private Member Functions

void copy (const RREP_ACK &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::dymo::DYMOPacket
int hopLimit
 

Detailed Description

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

//
// DYMO RREP ACK packet
//
packet RREP_ACK extends DYMOPacket
{
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::dymo::DYMOPacket.

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

Reimplemented from inet::dymo::DYMOPacket.

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

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

Reimplemented from inet::dymo::DYMOPacket.

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


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