INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ldp/LDPPacket.msg:75
by nedtool.
More...
#include <LDPPacket_m.h>
Public Member Functions | |
LDPLabelMapping (const char *name=nullptr, short kind=0) | |
LDPLabelMapping (const LDPLabelMapping &other) | |
virtual | ~LDPLabelMapping () |
LDPLabelMapping & | operator= (const LDPLabelMapping &other) |
virtual LDPLabelMapping * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual FEC_TLV & | getFec () |
virtual const FEC_TLV & | getFec () const |
virtual void | setFec (const FEC_TLV &fec) |
virtual int | getLabel () const |
virtual void | setLabel (int label) |
Public Member Functions inherited from inet::LDPPacket | |
LDPPacket (const char *name=nullptr, short kind=0) | |
LDPPacket (const LDPPacket &other) | |
virtual | ~LDPPacket () |
LDPPacket & | operator= (const LDPPacket &other) |
virtual int | getType () const |
virtual void | setType (int type) |
virtual IPv4Address & | getSenderAddress () |
virtual const IPv4Address & | getSenderAddress () const |
virtual void | setSenderAddress (const IPv4Address &senderAddress) |
virtual IPv4Address & | getReceiverAddress () |
virtual const IPv4Address & | getReceiverAddress () const |
virtual void | setReceiverAddress (const IPv4Address &receiverAddress) |
Protected Member Functions | |
bool | operator== (const LDPLabelMapping &) |
Protected Member Functions inherited from inet::LDPPacket | |
bool | operator== (const LDPPacket &) |
Protected Attributes | |
FEC_TLV | fec |
int | label |
Protected Attributes inherited from inet::LDPPacket | |
int | type |
IPv4Address | senderAddress |
IPv4Address | receiverAddress |
Private Member Functions | |
void | copy (const LDPLabelMapping &other) |
Class generated from inet/networklayer/ldp/LDPPacket.msg:75
by nedtool.
// // LDP Label Mapping Message // packet LDPLabelMapping extends LDPPacket { FEC_TLV fec; int label; }
inet::LDPLabelMapping::LDPLabelMapping | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::LDPLabelMapping::LDPLabelMapping | ( | const LDPLabelMapping & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::LDPPacket.
|
virtual |
|
inlinevirtual |
Referenced by getFec().
|
virtual |
LDPLabelMapping& inet::LDPLabelMapping::operator= | ( | const LDPLabelMapping & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::LDPPacket.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::LDPPacket.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::LDP::sendMapping().
|
virtual |
Referenced by inet::LDP::sendMapping().
|
protected |
|
protected |
Referenced by inet::LDP::processLABEL_RELEASE().