INET Framework for OMNeT++/OMNEST
inet::ospfv3::Ospfv3InterAreaRouterLsa Class Reference

Class generated from inet/routing/ospfv3/Ospfv3Packet.msg:236 by opp_msgtool. More...

#include <Ospfv3Packet_m.h>

Inheritance diagram for inet::ospfv3::Ospfv3InterAreaRouterLsa:
inet::ospfv3::Ospfv3Lsa inet::ospfv3::InterAreaRouterLSA

Public Member Functions

 Ospfv3InterAreaRouterLsa ()
 
 Ospfv3InterAreaRouterLsa (const Ospfv3InterAreaRouterLsa &other)
 
virtual ~Ospfv3InterAreaRouterLsa ()
 
Ospfv3InterAreaRouterLsaoperator= (const Ospfv3InterAreaRouterLsa &other)
 
virtual Ospfv3InterAreaRouterLsadup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual const Ospfv3OptionsgetOspfOptions () const
 
virtual Ospfv3OptionsgetOspfOptionsForUpdate ()
 
virtual void setOspfOptions (const Ospfv3Options &ospfOptions)
 
virtual uint32_t getMetric () const
 
virtual void setMetric (uint32_t metric)
 
virtual uint32_t getDestinationRouter () const
 
virtual void setDestinationRouter (uint32_t destinationRouter)
 
- Public Member Functions inherited from inet::ospfv3::Ospfv3Lsa
 Ospfv3Lsa ()
 
 Ospfv3Lsa (const Ospfv3Lsa &other)
 
virtual ~Ospfv3Lsa ()
 
Ospfv3Lsaoperator= (const Ospfv3Lsa &other)
 
virtual const Ospfv3LsaHeadergetHeader () const
 
virtual Ospfv3LsaHeadergetHeaderForUpdate ()
 
virtual void setHeader (const Ospfv3LsaHeader &header)
 

Protected Member Functions

bool operator== (const Ospfv3InterAreaRouterLsa &)=delete
 
- Protected Member Functions inherited from inet::ospfv3::Ospfv3Lsa
bool operator== (const Ospfv3Lsa &)=delete
 

Protected Attributes

Ospfv3Options ospfOptions
 
uint32_t metric = 0
 
uint32_t destinationRouter = 0
 
- Protected Attributes inherited from inet::ospfv3::Ospfv3Lsa
Ospfv3LsaHeader header
 

Private Member Functions

void copy (const Ospfv3InterAreaRouterLsa &other)
 

Detailed Description

Class generated from inet/routing/ospfv3/Ospfv3Packet.msg:236 by opp_msgtool.

//Inter-Area-Router-LSAs
class Ospfv3InterAreaRouterLsa extends Ospfv3Lsa
{
    Ospfv3Options ospfOptions;
    uint32_t metric;
    uint32_t destinationRouter;
}

Constructor & Destructor Documentation

◆ Ospfv3InterAreaRouterLsa() [1/2]

inet::ospfv3::Ospfv3InterAreaRouterLsa::Ospfv3InterAreaRouterLsa ( )

◆ Ospfv3InterAreaRouterLsa() [2/2]

inet::ospfv3::Ospfv3InterAreaRouterLsa::Ospfv3InterAreaRouterLsa ( const Ospfv3InterAreaRouterLsa other)

◆ ~Ospfv3InterAreaRouterLsa()

virtual inet::ospfv3::Ospfv3InterAreaRouterLsa::~Ospfv3InterAreaRouterLsa ( )
virtual

Member Function Documentation

◆ copy()

void inet::ospfv3::Ospfv3InterAreaRouterLsa::copy ( const Ospfv3InterAreaRouterLsa other)
private

◆ dup()

virtual Ospfv3InterAreaRouterLsa* inet::ospfv3::Ospfv3InterAreaRouterLsa::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::ospfv3::Ospfv3Lsa.

742 {return new Ospfv3InterAreaRouterLsa(*this);}

◆ getDestinationRouter()

virtual uint32_t inet::ospfv3::Ospfv3InterAreaRouterLsa::getDestinationRouter ( ) const
virtual

◆ getMetric()

virtual uint32_t inet::ospfv3::Ospfv3InterAreaRouterLsa::getMetric ( ) const
virtual

◆ getOspfOptions()

virtual const Ospfv3Options& inet::ospfv3::Ospfv3InterAreaRouterLsa::getOspfOptions ( ) const
virtual

◆ getOspfOptionsForUpdate()

virtual Ospfv3Options& inet::ospfv3::Ospfv3InterAreaRouterLsa::getOspfOptionsForUpdate ( )
inlinevirtual
747 { return const_cast<Ospfv3Options&>(const_cast<Ospfv3InterAreaRouterLsa*>(this)->getOspfOptions());}

◆ operator=()

Ospfv3InterAreaRouterLsa& inet::ospfv3::Ospfv3InterAreaRouterLsa::operator= ( const Ospfv3InterAreaRouterLsa other)

◆ operator==()

bool inet::ospfv3::Ospfv3InterAreaRouterLsa::operator== ( const Ospfv3InterAreaRouterLsa )
protecteddelete

◆ parsimPack()

virtual void inet::ospfv3::Ospfv3InterAreaRouterLsa::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::ospfv3::Ospfv3Lsa.

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

◆ parsimUnpack()

virtual void inet::ospfv3::Ospfv3InterAreaRouterLsa::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::ospfv3::Ospfv3Lsa.

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

◆ setDestinationRouter()

virtual void inet::ospfv3::Ospfv3InterAreaRouterLsa::setDestinationRouter ( uint32_t  destinationRouter)
virtual

◆ setMetric()

virtual void inet::ospfv3::Ospfv3InterAreaRouterLsa::setMetric ( uint32_t  metric)
virtual

◆ setOspfOptions()

virtual void inet::ospfv3::Ospfv3InterAreaRouterLsa::setOspfOptions ( const Ospfv3Options ospfOptions)
virtual

Member Data Documentation

◆ destinationRouter

uint32_t inet::ospfv3::Ospfv3InterAreaRouterLsa::destinationRouter = 0
protected

◆ metric

uint32_t inet::ospfv3::Ospfv3InterAreaRouterLsa::metric = 0
protected

◆ ospfOptions

Ospfv3Options inet::ospfv3::Ospfv3InterAreaRouterLsa::ospfOptions
protected

The documentation for this class was generated from the following file:
inet::ospfv3::Ospfv3InterAreaRouterLsa::Ospfv3InterAreaRouterLsa
Ospfv3InterAreaRouterLsa()
inet::ospfv3::Ospfv3InterAreaRouterLsa::getOspfOptions
virtual const Ospfv3Options & getOspfOptions() const