|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/ospfv2/Ospfv2Packet.msg:169 by opp_msgtool.
More...
#include <Ospfv2Packet_m.h>
Public Member Functions | |
| Ospfv2SummaryLsa () | |
| Ospfv2SummaryLsa (const Ospfv2SummaryLsa &other) | |
| virtual | ~Ospfv2SummaryLsa () |
| Ospfv2SummaryLsa & | operator= (const Ospfv2SummaryLsa &other) |
| virtual Ospfv2SummaryLsa * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const ::inet::Ipv4Address & | getNetworkMask () const |
| virtual ::inet::Ipv4Address & | getNetworkMaskForUpdate () |
| virtual void | setNetworkMask (const ::inet::Ipv4Address &networkMask) |
| virtual unsigned long | getRouteCost () const |
| virtual void | setRouteCost (unsigned long routeCost) |
| virtual void | setTosDataArraySize (size_t size) |
| virtual size_t | getTosDataArraySize () const |
| virtual const Ospfv2TosData & | getTosData (size_t k) const |
| virtual Ospfv2TosData & | getTosDataForUpdate (size_t k) |
| virtual void | setTosData (size_t k, const Ospfv2TosData &tosData) |
| virtual void | insertTosData (size_t k, const Ospfv2TosData &tosData) |
| void | insertTosData (const Ospfv2TosData &tosData) |
| virtual void | appendTosData (const Ospfv2TosData &tosData) |
| virtual void | eraseTosData (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 Ospfv2SummaryLsa &)=delete |
Protected Member Functions inherited from inet::ospfv2::Ospfv2Lsa | |
| bool | operator== (const Ospfv2Lsa &)=delete |
Protected Attributes | |
| ::inet::Ipv4Address | networkMask |
| unsigned long | routeCost = 1 |
| Ospfv2TosData * | tosData = nullptr |
| size_t | tosData_arraysize = 0 |
Protected Attributes inherited from inet::ospfv2::Ospfv2Lsa | |
| Ospfv2LsaHeader | header |
Private Member Functions | |
| void | copy (const Ospfv2SummaryLsa &other) |
Class generated from inet/routing/ospfv2/Ospfv2Packet.msg:169 by opp_msgtool.
// // Represents an OSPF Summary LSA // class Ospfv2SummaryLsa extends Ospfv2Lsa { // header.lsType = SUMMARYLSA_NETWORKS_TYPE; Ipv4Address networkMask; unsigned long routeCost = 1; Ospfv2TosData tosData[]; // 1 element required, count of tosData not stored, calculate it from length of LSA }
| inet::ospfv2::Ospfv2SummaryLsa::Ospfv2SummaryLsa | ( | ) |
| inet::ospfv2::Ospfv2SummaryLsa::Ospfv2SummaryLsa | ( | const Ospfv2SummaryLsa & | other | ) |
|
virtual |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::ospfv2::Ospfv2Lsa.
|
virtual |
|
virtual |
Referenced by inet::ospfv2::Ospfv2Area::calculateInterAreaRoutes(), inet::ospfv2::Ospfv2Area::createRoutingTableEntryFromSummaryLSA(), inet::ospfv2::SummaryLsa::differsFrom(), inet::ospfv2::Ospfv2Area::findSameOrWorseCostRoute(), inet::ospfv2::Ospfv2Area::getUniqueLinkStateID(), inet::ospfv2::Router::isDestinationUnreachable(), inet::ospfv2::operator<<(), inet::ospfv2::Ospfv2Area::originateSummaryLSA(), inet::ospfv2::MessageHandler::printLinkStateUpdatePacket(), inet::ospfv2::Ospfv2Area::printSummaryLsa(), inet::ospfv2::Ospfv2Area::recheckSummaryLSAs(), and inet::ospfv2::Ospfv2PacketSerializer::serializeSummaryLsa().
|
inline |
|
virtual |
Referenced by inet::ospfv2::Ospfv2Area::calculateInterAreaRoutes(), inet::ospfv2::SummaryLsa::differsFrom(), inet::ospfv2::operator<<(), inet::ospfv2::MessageHandler::printLinkStateUpdatePacket(), inet::ospfv2::Ospfv2Area::printSummaryLsa(), inet::ospfv2::Ospfv2Area::recheckSummaryLSAs(), and inet::ospfv2::Ospfv2PacketSerializer::serializeSummaryLsa().
|
virtual |
|
virtual |
|
inlinevirtual |
|
inline |
|
virtual |
| Ospfv2SummaryLsa& inet::ospfv2::Ospfv2SummaryLsa::operator= | ( | const Ospfv2SummaryLsa & | 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 |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by inet::ospfv2::SummaryLsa::differsFrom().