|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/pim/PIMPacket.msg:172 by nedtool.
More...
#include <PIMPacket_m.h>
Public Member Functions | |
| PIMStateRefresh (const char *name=nullptr, short kind=0) | |
| PIMStateRefresh (const PIMStateRefresh &other) | |
| virtual | ~PIMStateRefresh () |
| PIMStateRefresh & | operator= (const PIMStateRefresh &other) |
| virtual PIMStateRefresh * | 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 IPv4Address & | getOriginatorAddress () |
| virtual const IPv4Address & | getOriginatorAddress () const |
| virtual void | setOriginatorAddress (const IPv4Address &originatorAddress) |
| virtual int | getMetric () const |
| virtual void | setMetric (int metric) |
| virtual int | getMetricPreference () const |
| virtual void | setMetricPreference (int metricPreference) |
| virtual short | getMaskLen () const |
| virtual void | setMaskLen (short maskLen) |
| virtual short | getTtl () const |
| virtual void | setTtl (short ttl) |
| virtual bool | getP () const |
| virtual void | setP (bool P) |
| virtual int | getInterval () const |
| virtual void | setInterval (int interval) |
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 PIMStateRefresh &) |
Protected Member Functions inherited from inet::PIMPacket | |
| bool | operator== (const PIMPacket &) |
Protected Attributes | |
| IPv4Address | groupAddress |
| IPv4Address | sourceAddress |
| IPv4Address | originatorAddress |
| int | metric |
| int | metricPreference |
| short | maskLen |
| short | ttl |
| bool | P |
| int | interval |
Protected Attributes inherited from inet::PIMPacket | |
| short | version |
| short | type |
Private Member Functions | |
| void | copy (const PIMStateRefresh &other) |
Class generated from inet/routing/pim/PIMPacket.msg:172 by nedtool.
// State Refresh message // DM packet PIMStateRefresh extends PIMPacket { type = StateRefresh; IPv4Address groupAddress; IPv4Address sourceAddress; IPv4Address originatorAddress; int metric; int metricPreference; short maskLen; short ttl; bool P; int interval; }
| inet::PIMStateRefresh::PIMStateRefresh | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::PIMStateRefresh::PIMStateRefresh | ( | const PIMStateRefresh & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::PIMPacket.
|
virtual |
Referenced by inet::PIMDM::processStateRefreshPacket().
|
inlinevirtual |
Referenced by getGroupAddress().
|
virtual |
Referenced by inet::PIMDM::processStateRefreshPacket().
|
virtual |
|
virtual |
Referenced by inet::PIMDM::processStateRefreshPacket().
|
virtual |
Referenced by inet::PIMDM::processStateRefreshPacket().
|
virtual |
Referenced by inet::PIMDM::processStateRefreshPacket().
|
inlinevirtual |
Referenced by getOriginatorAddress().
|
virtual |
Referenced by inet::PIMDM::processStateRefreshPacket().
|
virtual |
Referenced by inet::PIMDM::processStateRefreshPacket().
|
inlinevirtual |
Referenced by getSourceAddress().
|
virtual |
Referenced by inet::PIMDM::processStateRefreshPacket().
| PIMStateRefresh& inet::PIMStateRefresh::operator= | ( | const PIMStateRefresh & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::PIMPacket.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::PIMPacket.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::PIMDM::sendStateRefreshPacket().
|
virtual |
Referenced by inet::PIMDM::sendStateRefreshPacket().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::PIMDM::sendStateRefreshPacket().
|
virtual |
Referenced by inet::PIMDM::sendStateRefreshPacket().
|
virtual |
Referenced by inet::PIMDM::sendStateRefreshPacket().
|
virtual |
Referenced by inet::PIMDM::sendStateRefreshPacket().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |