|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/ospfv2/Ospfv2Packet.msg:144 by opp_msgtool.
More...
#include <Ospfv2Packet_m.h>
Public Member Functions | |
| Ospfv2RouterLsa () | |
| Ospfv2RouterLsa (const Ospfv2RouterLsa &other) | |
| virtual | ~Ospfv2RouterLsa () |
| Ospfv2RouterLsa & | operator= (const Ospfv2RouterLsa &other) |
| virtual Ospfv2RouterLsa * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual unsigned short | getReserved1 () const |
| virtual void | setReserved1 (unsigned short reserved1) |
| virtual bool | getV_VirtualLinkEndpoint () const |
| virtual void | setV_VirtualLinkEndpoint (bool V_VirtualLinkEndpoint) |
| virtual bool | getE_ASBoundaryRouter () const |
| virtual void | setE_ASBoundaryRouter (bool E_ASBoundaryRouter) |
| virtual bool | getB_AreaBorderRouter () const |
| virtual void | setB_AreaBorderRouter (bool B_AreaBorderRouter) |
| virtual unsigned short | getReserved2 () const |
| virtual void | setReserved2 (unsigned short reserved2) |
| virtual unsigned short | getNumberOfLinks () const |
| virtual void | setNumberOfLinks (unsigned short numberOfLinks) |
| virtual void | setLinksArraySize (size_t size) |
| virtual size_t | getLinksArraySize () const |
| virtual const Ospfv2Link & | getLinks (size_t k) const |
| virtual Ospfv2Link & | getLinksForUpdate (size_t k) |
| virtual void | setLinks (size_t k, const Ospfv2Link &links) |
| virtual void | insertLinks (size_t k, const Ospfv2Link &links) |
| void | insertLinks (const Ospfv2Link &links) |
| virtual void | appendLinks (const Ospfv2Link &links) |
| virtual void | eraseLinks (size_t k) |
Public Member Functions inherited from inet::ospfv2::Ospfv2Lsa | |
| Ospfv2Lsa () | |
| Ospfv2Lsa (const Ospfv2Lsa &other) | |
| virtual | ~Ospfv2Lsa () |
| Ospfv2Lsa & | operator= (const Ospfv2Lsa &other) |
| virtual const Ospfv2LsaHeader & | getHeader () const |
| virtual Ospfv2LsaHeader & | getHeaderForUpdate () |
| virtual void | setHeader (const Ospfv2LsaHeader &header) |
Protected Member Functions | |
| bool | operator== (const Ospfv2RouterLsa &)=delete |
Protected Member Functions inherited from inet::ospfv2::Ospfv2Lsa | |
| bool | operator== (const Ospfv2Lsa &)=delete |
Protected Attributes | |
| unsigned short | reserved1 = 0 |
| bool | V_VirtualLinkEndpoint = false |
| bool | E_ASBoundaryRouter = false |
| bool | B_AreaBorderRouter = false |
| unsigned short | reserved2 = 0 |
| unsigned short | numberOfLinks = 0 |
| Ospfv2Link * | links = nullptr |
| size_t | links_arraysize = 0 |
Protected Attributes inherited from inet::ospfv2::Ospfv2Lsa | |
| Ospfv2LsaHeader | header |
Private Member Functions | |
| void | copy (const Ospfv2RouterLsa &other) |
Class generated from inet/routing/ospfv2/Ospfv2Packet.msg:144 by opp_msgtool.
// // Represents an OSPF Router LSA (RFC 1583 Section A.4.2.) // class Ospfv2RouterLsa extends Ospfv2Lsa { // header.lsType = ROUTERLSA_TYPE; unsigned short reserved1 = 0; // 5 bit bool V_VirtualLinkEndpoint = false; bool E_ASBoundaryRouter = false; bool B_AreaBorderRouter = false; unsigned short reserved2 = 0; // 8 bit unsigned short numberOfLinks = 0; Ospfv2Link links[]; }
| inet::ospfv2::Ospfv2RouterLsa::Ospfv2RouterLsa | ( | ) |
| inet::ospfv2::Ospfv2RouterLsa::Ospfv2RouterLsa | ( | const Ospfv2RouterLsa & | other | ) |
|
virtual |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::ospfv2::Ospfv2Lsa.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::ospfv2::calculateLsaSize(), inet::ospfv2::Ospfv2Area::calculateNextHops(), inet::ospfv2::Ospfv2Area::calculateShortestPathTree(), inet::ospfv2::RouterLsa::differsFrom(), inet::ospfv2::Ospfv2Area::hasLink(), inet::ospfv2::Router::isDestinationUnreachable(), inet::ospfv2::operator<<(), inet::ospfv2::MessageHandler::printLinkStateUpdatePacket(), inet::ospfv2::Ospfv2Area::printLSDB(), and inet::ospfv2::Ospfv2PacketSerializer::serializeRouterLsa().
|
virtual |
Referenced by inet::ospfv2::calculateLsaSize(), inet::ospfv2::Ospfv2Area::calculateNextHops(), inet::ospfv2::Ospfv2Area::calculateShortestPathTree(), inet::ospfv2::RouterLsa::differsFrom(), inet::ospfv2::Ospfv2Area::hasLink(), inet::ospfv2::Router::isDestinationUnreachable(), inet::ospfv2::operator<<(), inet::ospfv2::Ospfv2Area::originateRouterLSA(), inet::ospfv2::MessageHandler::printLinkStateUpdatePacket(), and inet::ospfv2::Ospfv2Area::printLSDB().
|
inlinevirtual |
|
virtual |
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::serializeRouterLsa().
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::serializeRouterLsa().
|
virtual |
|
inline |
|
virtual |
| Ospfv2RouterLsa& inet::ospfv2::Ospfv2RouterLsa::operator= | ( | const Ospfv2RouterLsa & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::ospfv2::Ospfv2Lsa.
Referenced by inet::ospfv2::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::ospfv2::Ospfv2Lsa.
Referenced by inet::ospfv2::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::deserializeRouterLsa().
|
virtual |
Referenced by inet::ospfv2::Ospfv2PacketSerializer::deserializeRouterLsa().
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by inet::ospfv2::RouterLsa::differsFrom().
|
protected |
|
protected |
|
protected |
|
protected |