|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ldp/LDPPacket.msg:64 by nedtool.
More...
#include <LDPPacket_m.h>
Public Member Functions | |
| LDPPacket (const char *name=nullptr, short kind=0) | |
| LDPPacket (const LDPPacket &other) | |
| virtual | ~LDPPacket () |
| LDPPacket & | operator= (const LDPPacket &other) |
| virtual LDPPacket * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| 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 LDPPacket &) |
Protected Attributes | |
| int | type |
| IPv4Address | senderAddress |
| IPv4Address | receiverAddress |
Private Member Functions | |
| void | copy (const LDPPacket &other) |
Class generated from inet/networklayer/ldp/LDPPacket.msg:64 by nedtool.
// // Base class for LDP packets // packet LDPPacket { int type; IPv4Address senderAddress; IPv4Address receiverAddress; }
| inet::LDPPacket::LDPPacket | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::LDPPacket::LDPPacket | ( | const LDPPacket & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented in inet::LDPAddress, inet::LDPIni, inet::LDPNotify, inet::LDPHello, inet::LDPLabelRequest, and inet::LDPLabelMapping.
|
virtual |
|
inlinevirtual |
Referenced by getReceiverAddress().
|
virtual |
|
inlinevirtual |
Referenced by getSenderAddress().
|
virtual |
Referenced by inet::LDP::processLDPPacketFromTCP().
|
protected |
|
overridevirtual |
Reimplemented in inet::LDPAddress, inet::LDPIni, inet::LDPNotify, inet::LDPHello, inet::LDPLabelRequest, and inet::LDPLabelMapping.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::LDPAddress, inet::LDPIni, inet::LDPNotify, inet::LDPHello, inet::LDPLabelRequest, and inet::LDPLabelMapping.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::LDP::sendMapping(), inet::LDP::sendMappingRequest(), and inet::LDP::sendNotify().
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |