INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ldp/LDPPacket.msg:103
by nedtool.
More...
#include <LDPPacket_m.h>
Public Member Functions | |
LDPNotify (const char *name=nullptr, short kind=0) | |
LDPNotify (const LDPNotify &other) | |
virtual | ~LDPNotify () |
LDPNotify & | operator= (const LDPNotify &other) |
virtual LDPNotify * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual int | getStatus () const |
virtual void | setStatus (int status) |
virtual FEC_TLV & | getFec () |
virtual const FEC_TLV & | getFec () const |
virtual void | setFec (const FEC_TLV &fec) |
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 LDPNotify &) |
Protected Member Functions inherited from inet::LDPPacket | |
bool | operator== (const LDPPacket &) |
Protected Attributes | |
int | status |
FEC_TLV | fec |
Protected Attributes inherited from inet::LDPPacket | |
int | type |
IPv4Address | senderAddress |
IPv4Address | receiverAddress |
Private Member Functions | |
void | copy (const LDPNotify &other) |
Class generated from inet/networklayer/ldp/LDPPacket.msg:103
by nedtool.
// // LDP notification message // packet LDPNotify extends LDPPacket { int status; FEC_TLV fec; }
inet::LDPNotify::LDPNotify | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::LDPNotify::LDPNotify | ( | const LDPNotify & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::LDPPacket.
|
virtual |
Referenced by inet::LDP::processNOTIFICATION().
|
inlinevirtual |
Referenced by getFec().
|
virtual |
Referenced by inet::LDP::processNOTIFICATION().
|
protected |
|
overridevirtual |
Reimplemented from inet::LDPPacket.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::LDPPacket.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::LDP::sendNotify().
|
virtual |
Referenced by inet::LDP::sendNotify().
|
protected |
|
protected |