|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ted/Ted.msg:42 by opp_msgtool.
More...
#include <Ted_m.h>
Public Member Functions | |
| TedChangeInfo () | |
| TedChangeInfo (const TedChangeInfo &other) | |
| virtual | ~TedChangeInfo () |
| TedChangeInfo & | operator= (const TedChangeInfo &other) |
| virtual TedChangeInfo * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual void | setTedLinkIndicesArraySize (size_t size) |
| virtual size_t | getTedLinkIndicesArraySize () const |
| virtual int | getTedLinkIndices (size_t k) const |
| virtual void | setTedLinkIndices (size_t k, int tedLinkIndices) |
| virtual void | insertTedLinkIndices (size_t k, int tedLinkIndices) |
| void | insertTedLinkIndices (int tedLinkIndices) |
| virtual void | appendTedLinkIndices (int tedLinkIndices) |
| virtual void | eraseTedLinkIndices (size_t k) |
Protected Member Functions | |
| bool | operator== (const TedChangeInfo &)=delete |
Protected Attributes | |
| int * | tedLinkIndices = nullptr |
| size_t | tedLinkIndices_arraysize = 0 |
Private Member Functions | |
| void | copy (const TedChangeInfo &other) |
Class generated from inet/networklayer/ted/Ted.msg:42 by opp_msgtool.
// // Data structure supplied with NF_TED_CHANGE signal. // This triggers the link state protocol to send out up-to-date link state info // about the given links. // class TedChangeInfo extends cObject { int tedLinkIndices[]; }
| inet::TedChangeInfo::TedChangeInfo | ( | ) |
| inet::TedChangeInfo::TedChangeInfo | ( | const TedChangeInfo & | other | ) |
|
virtual |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
Referenced by inet::LinkStateRouting::receiveSignal().
|
virtual |
Referenced by inet::LinkStateRouting::receiveSignal().
|
inline |
|
virtual |
| TedChangeInfo& inet::TedChangeInfo::operator= | ( | const TedChangeInfo & | other | ) |
|
protecteddelete |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::Ldp::announceLinkChange(), and inet::RsvpTe::announceLinkChange().
|
virtual |
Referenced by inet::Ldp::announceLinkChange(), and inet::RsvpTe::announceLinkChange().
|
protected |
|
protected |