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

#include <Ospfv3Lsa.h>

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

Public Member Functions

 InterAreaRouterLSA ()
 
 InterAreaRouterLSA (const Ospfv3InterAreaRouterLsa &lsa)
 
 InterAreaRouterLSA (const InterAreaRouterLSA &lsa)
 
virtual ~InterAreaRouterLSA ()
 
bool validateLSChecksum () const
 
bool update (const Ospfv3IntraAreaPrefixLsa *lsa)
 
bool differsFrom (const Ospfv3IntraAreaPrefixLsa *interAreaRouterLSA) const
 
- Public Member Functions inherited from inet::ospfv3::Ospfv3InterAreaRouterLsa
 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)
 
- Public Member Functions inherited from inet::ospfv3::RoutingInfo
 RoutingInfo ()
 
 RoutingInfo (const RoutingInfo &routingInfo)
 
virtual ~RoutingInfo ()
 
void addNextHop (NextHop nextHop)
 
void clearNextHops ()
 
unsigned int getNextHopCount () const
 
NextHop getNextHop (unsigned int index) const
 
void setDistance (unsigned long d)
 
unsigned long getDistance () const
 
void setParent (Ospfv3Lsa *p)
 
Ospfv3LsagetParent () const
 
- Public Member Functions inherited from inet::ospfv3::LSATrackingInfo
 LSATrackingInfo ()
 
 LSATrackingInfo (const LSATrackingInfo &info)
 
void setSource (InstallSource installSource)
 
InstallSource getSource () const
 
void incrementInstallTime ()
 
void resetInstallTime ()
 
unsigned long getInstallTime () const
 

Additional Inherited Members

- Public Types inherited from inet::ospfv3::LSATrackingInfo
enum  InstallSource { ORIGINATED = 0, FLOODED = 1 }
 
- Protected Member Functions inherited from inet::ospfv3::Ospfv3InterAreaRouterLsa
bool operator== (const Ospfv3InterAreaRouterLsa &)=delete
 
- Protected Member Functions inherited from inet::ospfv3::Ospfv3Lsa
bool operator== (const Ospfv3Lsa &)=delete
 
- Protected Attributes inherited from inet::ospfv3::Ospfv3InterAreaRouterLsa
Ospfv3Options ospfOptions
 
uint32_t metric = 0
 
uint32_t destinationRouter = 0
 
- Protected Attributes inherited from inet::ospfv3::Ospfv3Lsa
Ospfv3LsaHeader header
 

Constructor & Destructor Documentation

◆ InterAreaRouterLSA() [1/3]

inet::ospfv3::InterAreaRouterLSA::InterAreaRouterLSA ( )
inline

◆ InterAreaRouterLSA() [2/3]

inet::ospfv3::InterAreaRouterLSA::InterAreaRouterLSA ( const Ospfv3InterAreaRouterLsa lsa)
inline

◆ InterAreaRouterLSA() [3/3]

inet::ospfv3::InterAreaRouterLSA::InterAreaRouterLSA ( const InterAreaRouterLSA lsa)
inline

◆ ~InterAreaRouterLSA()

virtual inet::ospfv3::InterAreaRouterLSA::~InterAreaRouterLSA ( )
inlinevirtual
107 {}

Member Function Documentation

◆ differsFrom()

bool inet::ospfv3::InterAreaRouterLSA::differsFrom ( const Ospfv3IntraAreaPrefixLsa interAreaRouterLSA) const

◆ update()

bool inet::ospfv3::InterAreaRouterLSA::update ( const Ospfv3IntraAreaPrefixLsa lsa)

◆ validateLSChecksum()

bool inet::ospfv3::InterAreaRouterLSA::validateLSChecksum ( ) const
inline
109 { return true; } // not implemented

The documentation for this class was generated from the following file:
inet::ospfv3::RoutingInfo::RoutingInfo
RoutingInfo()
Definition: Ospfv3Lsa.h:45
inet::ospfv3::Ospfv3InterAreaRouterLsa::Ospfv3InterAreaRouterLsa
Ospfv3InterAreaRouterLsa()