INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/pim/PIMPacket.msg:145
by nedtool.
More...
#include <PIMPacket_m.h>
Public Member Functions | |
PIMAssert (const char *name=nullptr, short kind=0) | |
PIMAssert (const PIMAssert &other) | |
virtual | ~PIMAssert () |
PIMAssert & | operator= (const PIMAssert &other) |
virtual PIMAssert * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual IPv4Address & | getGroupAddress () |
virtual const IPv4Address & | getGroupAddress () const |
virtual void | setGroupAddress (const IPv4Address &groupAddress) |
virtual IPv4Address & | getSourceAddress () |
virtual const IPv4Address & | getSourceAddress () const |
virtual void | setSourceAddress (const IPv4Address &sourceAddress) |
virtual bool | getR () const |
virtual void | setR (bool R) |
virtual int | getMetric () const |
virtual void | setMetric (int metric) |
virtual int | getMetricPreference () const |
virtual void | setMetricPreference (int metricPreference) |
Public Member Functions inherited from inet::PIMPacket | |
PIMPacket (const char *name=nullptr, short kind=0) | |
PIMPacket (const PIMPacket &other) | |
virtual | ~PIMPacket () |
PIMPacket & | operator= (const PIMPacket &other) |
virtual short | getVersion () const |
virtual void | setVersion (short version) |
virtual short | getType () const |
virtual void | setType (short type) |
Protected Member Functions | |
bool | operator== (const PIMAssert &) |
Protected Member Functions inherited from inet::PIMPacket | |
bool | operator== (const PIMPacket &) |
Protected Attributes | |
IPv4Address | groupAddress |
IPv4Address | sourceAddress |
bool | R |
int | metric |
int | metricPreference |
Protected Attributes inherited from inet::PIMPacket | |
short | version |
short | type |
Private Member Functions | |
void | copy (const PIMAssert &other) |
Class generated from inet/routing/pim/PIMPacket.msg:145
by nedtool.
// Assert message // DM, SM packet PIMAssert extends PIMPacket { type = Assert; IPv4Address groupAddress; IPv4Address sourceAddress; bool R; int metric; int metricPreference; }
inet::PIMAssert::PIMAssert | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::PIMAssert::PIMAssert | ( | const PIMAssert & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::PIMPacket.
|
virtual |
Referenced by inet::PIMDM::processAssertPacket(), and inet::PIMSM::processAssertPacket().
|
inlinevirtual |
Referenced by getGroupAddress().
|
virtual |
Referenced by inet::PIMDM::processAssertPacket(), and inet::PIMSM::processAssertPacket().
|
virtual |
Referenced by inet::PIMDM::processAssertPacket(), and inet::PIMSM::processAssertPacket().
|
virtual |
Referenced by inet::PIMSM::processAssertPacket().
|
virtual |
Referenced by inet::PIMDM::processAssertPacket(), and inet::PIMSM::processAssertPacket().
|
inlinevirtual |
Referenced by getSourceAddress().
|
protected |
|
overridevirtual |
Reimplemented from inet::PIMPacket.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::PIMPacket.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::PIMDM::sendAssertPacket(), and inet::PIMSM::sendPIMAssert().
|
virtual |
Referenced by inet::PIMDM::sendAssertPacket(), and inet::PIMSM::sendPIMAssert().
|
virtual |
Referenced by inet::PIMDM::sendAssertPacket(), and inet::PIMSM::sendPIMAssert().
|
virtual |
Referenced by inet::PIMDM::sendAssertPacket(), and inet::PIMSM::sendPIMAssert().
|
virtual |
Referenced by inet::PIMDM::sendAssertPacket(), and inet::PIMSM::sendPIMAssert().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |